> Hello All,
> I have implemented a chat using Applet-Servlet communication. I am
> broadcasting the connection status(offline/online).  Its working all right
> in Netscape 4.7, but in IE5 messages are being lost. This is not in the
> case at the time of status transition from offline to online or vice-versa.
> Please suggest the remedy.


How can we suggest remedy, if we do not see the 'patient'? You do not
tell us how you broadcast and receive (html/serialized/socket ??) In
applying 'differential diagnosis' have you:

a) tried to use the 'debugging' options offered by your servlet
System.out.println() System.err.println() at the server??
b) tried similarly at the client (Java console??)

First thing to establish is if you have 'non-arrivers' or 'no-show-ups'
for your messages. I suspect the latter. More info might get you more
help..


Kostas

P.S. Typical bad answer to a typically bad question. Hope to help improve
the 'bad questions' traffic and save us all time and bandwidth.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to