We use automatic spooling. The only time our managers know if EDC is offline is because we cannot accept debit during offline mode.
With the newer versions of EDC you have settings in the EDC.INI for deciding auto spooldown based on a count of successful or failed network pings.
The part we like is after a network connection is restored, and EDC can ping a server after a set number of tries, then EDC automatically turns itself back on. Only way it would not is if the manager manually turned EDC to offline mode. Our fix for that is I have a special program that runs 15 minutes before EOD that will turn EDC back on if it was manually set to offline.
Code:
[System]
CheckNetwork=1
CheckNetworkTimeout=10
CheckNetworkComputerAddress=208.69.32.231
PingInterval=25
PingCount=4
The settings represent the following:
CheckNetwork - Check for network 1=yes.
CheckNetworkTimeout - Time to wait for response during test.
CheckNetworkComputerAddress - IP address of server to test.
(For franchise sites we enter the IP address of Google.com)
(For corporate sites, we have them ping our firewall).
PingInterval - Wait time between pings.
PingCount - Number of success or failed pings in a row to make network decision.
As you can tell there are different theories. I like it, and have this in all sites (Including franchise), and there are others do not like it. The bottom line, it's your personal choice. There's good arguments on both sides of the fence.
MegabyteCoffee.com