Mark, Oh really? Have you ever used persistent connections? With a persistent connection, the server only keeps the connection open a certain period of time after returning a response. It does not allow the servlet to send http requests to the client.
Regards, Richard At 10:57 AM 12/21/2001 -0500, you wrote: >Unless there is a persistent connection. > >Mark > >-----Original Message----- >From: Richard Yee >Sent: Friday, December 21, 2001 10:48 AM > >Anoop, >Are you sure your servlet is calling your applet or is it the other way >around? Servlets generally send responses only to server requests. They >do not initiate communication with a browser. You might want to clarify to >this list what you are trying to do. > >___________________________________________________________________________ >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 ___________________________________________________________________________ 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
