The maximum values of the Lan.Read.Pool
and Lan.Write.Pool are usually sufficent to handle even huge
network systems (see Q1262). However you
can cause network overload by configuring Citect incorrectly. One
possible cause is if you are overloading a DISK PLC. You can do
this by codeing a While loop of the CICODE without proper SLEEP,
which writes data continiously to the DISK PLC (see Q1031). To solve the problem you must put a proper
SLEEP statement to slow down the disk access, and/or to move the
disk plc to a standby IO server, if there is one.
The PAGE DRIVER command in the Kernel will tell you wether you
are using the disk plc too frequnetly.
See also Q1131 and Q1060.
|