diff --git a/src/ca/CAref.html b/src/ca/CAref.html index a1955c3b0..f6391602f 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -853,7 +853,7 @@ Windows systems.

The above libraries are located in "<EPICS -base>/lib/<architechture>".

+base>/lib/<architechture>".

Compiler and System Specific Build Options

@@ -904,7 +904,7 @@ d:/user/R3.14.clean/epics/base/lib/WIN32-x86/

/usr/local/xcomp/ppc/bin/ccppc -c -D_POSIX_SOURCE -DCPU=PPC603 -DvxWorks -include /home/vx/tornado20/target/h/vxWorks.h -ansi -O3 -Wall -mcpu=603 -mstrict-align -fno-builtin -I. -I.. -I../../../include/os/vxWorks --I../../../include -I/home/vx/tornado20/target/h ../acctst.c

+-I../../../include -I/home/vx/tornado20/target/h ../acctst.c

Other Systems and Compilers

@@ -1573,6 +1573,15 @@ undesirable resource consumption resulting from periodic circuit setup and teardown overhead (thrashing) during periods of CPU / network / IP kernel buffer congestion.

+

Put Requests Just Prior to Process +Termination Appear to be Ignored

+ +

Short lived CA client applications that issue a CA put request and then +immediately exit the process (return from main or call +exit) may find that there request isn't executed. To guarantee +that the request is sent call ca_flush followed by +ca_context_destroy prior to terminating the process.

+

ENOBUFS Messages

Many Berkley UNIX derived Internet Protocol (IP) kernels use a memory @@ -3827,7 +3836,7 @@ void * PDBR );

bytes -

$Id$ +

$Id CAref.html,v 1.58.2.21 2004/06/08 15:58:10 jhill Exp $ .