diff --git a/src/ca/CAref.html b/src/ca/CAref.html index fc912a858..3c0cc67e3 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -585,15 +585,24 @@ sent to the UDP port specified in the EPICS_CA_REPEATER_PORT parameter and fans any beacons received out to any CA client program running on the same host that have registered themselves with the CA Repeater. If the CA Repeater is not already running on a workstation, then the "caRepeater" program must -be in your path before using the CA client library for the first time. If a -host based IOC is run on the same workstation with standalone CA client -processes, then it is probably best to start the caRepeater process when the -workstation is booted. Otherwise it is possible for the standalone CA client -processes to become dependent on a CA repeater started within the confines of -the host based IOC. As long as the host based IOC continues to run there is -nothing wrong with this situation, but problems could arise if this host -based IOC process exits before the standalone client processes which are -relying on its CA repeater for services exit.
+be in your path before using the CA client library for the first time. + +If a host based IOC is run on the same workstation with standalone CA +client processes, then it is probably best to start the caRepeater process +when the workstation is booted. Otherwise it is possible for the standalone +CA client processes to become dependent on a CA repeater started within the +confines of the host based IOC. As long as the host based IOC continues to +run there is nothing wrong with this situation, but problems could arise if +this host based IOC process exits before the standalone client processes +which are relying on its CA repeater for services exit.
+ +Since the repeater is intended to be shared by multiple clients then it +could be argued that it makes less sense to set up a CA repeater that listens +for beacons on only a subset of available network interfaces. In the worst +case situation the client library might see beacon anomalies from servers +that it is not interested in. Modifications to the CA repeater forcing it to +listen only on a subset of network interfaces might be considered for a +future release if there appear to be situations that require it.
$Id: CAref.html,v 1.58.2.1 2003/09/03 22:31:48 jhill Exp +
$Id CAref.html,v 1.58.2.1 2003/09/03 22:31:48 jhill Exp $