off-topic question - servlet notification

2001-01-17 Thread André Alves
Hi, How I make to notify a servlet that the application client is down, or better, as a servlet can know that an application client down? thanks __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

Re: off-topic question - servlet notification

2001-01-17 Thread Filip Hanik
to the divine in you. ~ Filip Hanik Technical Architect [EMAIL PROTECTED] - Original Message - From: "Andr Alves" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 11:39 AM Subject: off-topic question - servlet notification Hi, How I make to notify

RE: off-topic question - servlet notification

2001-01-17 Thread Stefan Langer
THe only way I know of is to make the servlet poll the client at regular interval to see if it is still alive! Create a thread that keeps a live connection to the application client in your servlet and let it poll your client at regular intervalls. When you don't get a reply you know the

Re: off-topic question - servlet notification

2001-01-17 Thread Filip Hanik
PROTECTED] - Original Message - From: "Stefan Langer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 12:03 PM Subject: RE: off-topic question - servlet notification THe only way I know of is to make the servlet poll the client at regular interval to see if i

AW: off-topic question - servlet notification

2001-01-17 Thread André Alves
Hi, How I make to notify a servlet that the application client is down, or better, as a servlet can know that an application client down? thanks Hi, I'm making the follow application: The client application open a URLConnection with the serlet and the servlet makes some selects, updates

Re: off-topic question - servlet notification

2001-01-17 Thread Filip Hanik
Architect [EMAIL PROTECTED] - Original Message - From: "Andr Alves" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 12:09 PM Subject: AW: off-topic question - servlet notification Hi, How I make to notify a servlet that the application client is down,