This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
About sockets
- From: "Gisella Linares" <glinares at macareo dot pucp dot edu dot pe>
- To: <java at gcc dot gnu dot org>
- Date: Fri, 13 Jun 2003 09:59:01 -0500
- Subject: About sockets
Hi everybody,
I'm programming an applet java chat but I have a big problem and I don't
know how to do.
When I test my application, I do this test with two person additional, and
when one of them starting send information quickly and other disconnects
from the chat, the last disconnect well but this afects the person who is
sending information quickly and produce that this person disconnects
abrubtly.
I think this problem occurs because some network object has a bad use of
synchronized or need to put a synchronized in it, but I don't know where I
have to put it.... Can somebody know about it or how can I solve this
problem?
Thank you very much
Regards,
Gisella