Hello,
In our Java chat server (running on Windows 2003), there is a sudden
disconnect of over 30-40 users and they are able to log back in
instantly.
Has anyone faced anything similar before?
Thanks,
rajatag
res7cxbi@verizon.net - 15 Jan 2006 04:51 GMT
Hmmm... Nothing i ever saw before
Do they log back on automatically on its own (w/o the user's help at
all) or they can only log back on with user interaction?
rajatag - 15 Jan 2006 14:16 GMT
They are able to log back in only after they reconnect ...
The code is very standard, we also don't have any socket timeouts etc.
defined. It happens at vague intervals.
josh.s17@gmail.com - 15 Jan 2006 19:45 GMT
Perhaps there is a network interruption periodically. Have you got any
way of testing this? Perhaps you can set up a test client with debug
that can tell you the reason the tcp socket is closed?
rajatag - 02 Feb 2006 04:59 GMT
The server sends out a TCP RESET packet to all clients ... so this is
something like a reset broadcast by the server ... wonder why it occurs
..