Nov 2nd, 2000, 10:07 AM
I have a system which is connected to a LAN. It regularly (every 10 mins) updates a couple of variables which store share prices, from off two internet sites.
Unfortunately when the network is particularly busy and the system tries to update the share prices, it can cause the system to hang and then it has to be rebooted.
Is there any way to check how busy the network is, and if there is a lot of traffic on it then to ignore the request to update the share prices and therefore avoid the risk of locking up the entire system.
I have error trapping in place in the relevant functions.
Any help appreciated.
Unfortunately when the network is particularly busy and the system tries to update the share prices, it can cause the system to hang and then it has to be rebooted.
Is there any way to check how busy the network is, and if there is a lot of traffic on it then to ignore the request to update the share prices and therefore avoid the risk of locking up the entire system.
I have error trapping in place in the relevant functions.
Any help appreciated.