[E-Lang] remote comms
Marc Stiegler
marcs@skyhunter.com
Mon, 2 Apr 2001 19:32:21 -0700
> The timeouts are set in Msg.java, and are currently using debug values
> which are in minutes. (Every 15 minutes see if the connection has been
> idle for 20 minutes. If it has, send a ping and wait 20 minutes for a
> response.) The production value is supposed to be in seconds, but that
has
> been changed to minutes for debugging. :-)
Going across the Internet, minutes probably makes more sense than seconds
:-) Certainly, the long timeout values have been just fine for all the apps
I have written so far.
--marcs