From d013a1cc957c5a830393fe78c1d74b17f70ba985 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 18 Feb 2003 16:31:48 +0000 Subject: [PATCH] fixed several spelling errors --- src/ca/CAref.html | 112 +++++++++++++++++++++++----------------------- 1 file changed, 57 insertions(+), 55 deletions(-) diff --git a/src/ca/CAref.html b/src/ca/CAref.html index 5243ba95f..26752d5e2 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -74,7 +74,7 @@ height="31" width="88">

Match
  • Client Isnt Configured to Use the Server's Port
  • -
  • Unicast Addreses in the EPICS_CA_ADDR_LIST Does +
  • Unicast Addresses in the EPICS_CA_ADDR_LIST Does not Reliably Contact Servers Sharing the Same UDP Port on the Same Host
  • Client Does not See Server's Beacons
  • @@ -98,7 +98,7 @@ height="31" width="88">

    Code
  • Polling the CA Client Library From Single Threaded Applications
  • -
  • Avoid Emulating Bad Parctices that May Still be +
  • Avoid Emulating Bad Practices that May Still be Common
  • @@ -453,15 +453,15 @@ number will default to EPICS_CA_SERVER_PORT.

    -

    Routing restiction on vxWorks systems

    +

    Routing Restrictions on vxWorks Systems

    Frequently vxWorks systems boot by default with routes limiting access only to the local subnet. If a EPICS system is operating in a WAN environment it may be necessary to configure routes into the vxWorks system which enable a vxWorks based CA server to respond to requests originating outside it's -subnet. These routing restrinctions can also apply to vxWorks base CA clients -communicating with off subnet servers. An EPICS system manager can implemnt -an rudamentary, but robust, form of access control for a particular host by +subnet. These routing restrictions can also apply to vxWorks base CA clients +communicating with off subnet servers. An EPICS system manager can implement +an rudimentary, but robust, form of access control for a particular host by not providing routes in that host that reach outside of a limited set of subnets. See "routeLib" in the vxWorks reference manual.

    @@ -501,7 +501,7 @@ interval is also dynamically adjusted based on the past success rate.

    If name resolution requests are not responded to, then the client library doubles the delay between name resolution attempts and reduces the number of requests per interval. The delay between attempts is initially limited by a -maxuimum however, after some long interval, if the client library does not +maximum however, after some long interval, if the client library does not receive any responses it stops sending name resolution attempts altogether until it sees a beacon anomaly.

    @@ -533,7 +533,7 @@ beacons are received by the client.

    all of them to all directly receive a copy of the server beacon messages when the beacon messages are sent to unicast addresses, or when legacy IP kernels are still in use. To avoid confusion over these restrictions a special UDP -server, the CA Repeater, is auotomatically spawned by the CA client library +server, the CA Repeater, is automatically spawned by the CA client library when it is not found to be running. This program listens for server beacons 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 @@ -711,7 +711,7 @@ to, and therefore accept messages only from, a limited set of network interfaces (each specified by it's IP address). Specifically, UDP search messages addressed to both the IP addresses in EPICS_CAS_INTF_ADDR_LIST and also to the broadcast addresses of the corresponding LAN interfaces will be -accepted by the server. By defualt, the CA server is accessible from all +accepted by the server. By default, the CA server is accessible from all network interfaces configured into its host. In R3.14 and previous releases the CA server employed by iocCore does not implemet this feature.

    @@ -727,7 +727,8 @@ implemet this feature.

    See also Configuring the Maximum Array Size.

    -

    See also Routing restiction on vxWorks systems.

    +

    See also Routing Restrictions on vxWorks +Systems.

    Command Line Utilities

    @@ -739,14 +740,14 @@ implemet this feature.

    Channel Access Client Library regression test.

    -

    The PV used with the test must be naytive type DBR_DOUBLE or DBR_FLOAT, -and modified only by acctst while the test is running. Therefore, -periodically scanned hardware attached analog input records do not work well. -Test failure is indicated if the program stops prior to printing "test -complete". If unspecified the progress logging level is zero, and no messages -are printed while the test is progressing. If unspecified, the channel -duplication count is 20000. If unspecified, the test repetition count is once -only. If unspecified, preemptive callback is disabled.

    +

    The PV used with the test must be native type DBR_DOUBLE or DBR_FLOAT, and +modified only by acctst while the test is running. Therefore, periodically +scanned hardware attached analog input records do not work well. Test failure +is indicated if the program stops prior to printing "test complete". If +unspecified the progress logging level is zero, and no messages are printed +while the test is progressing. If unspecified, the channel duplication count +is 20000. If unspecified, the test repetition count is once only. If +unspecified, preemptive callback is disabled.

    catime

    catime <PV name> [channel count] [append number to pv name if true]
    @@ -772,7 +773,7 @@ channel names in the test are numbered as follows.

    server is rebooted, network connectivity to a server is reestablished, or if a server's CPU exits a CPU load saturated state.

    -

    CA clients with unresolved channels reset their search request schedualing +

    CA clients with unresolved channels reset their search request scheduling timers whenever they see a beacon anomaly.

    This program can be useful to verify that configuration problems have not @@ -818,7 +819,7 @@ server's port by running "netstat -a | grep nnn" where nnn is the port number configured in the client. If you do not set EPICS_CA_SERVER_PORT or EPICS_CAS_SERVER_PORT then the default port will be 5064.

    -

    Unicast Addreses in the EPICS_CA_ADDR_LIST Does not +

    Unicast Addresses in the EPICS_CA_ADDR_LIST Does not Reliably Contact Servers Sharing the Same UDP Port on the Same Host

    Two servers can run on the same host with the same server port number, but @@ -853,8 +854,8 @@ issue has to date been primarily associated with vxWorks systems where mbuf starvation on earlier vxWorks versions is rumored to lead to permanent IP communications stalls which are resolved only by a system reboot. IP kernels that use mbufs frequently allow the initial and maximum number of mbufs to be -configured. Consult your OS's documenation for configuration procedures which -vary between OS and even between different versions of the same OS.

    +configured. Consult your OS's documentation for configuration procedures +which vary between OS and even between different versions of the same OS.

    Contributing Circumstances