Hello Andrew,

Take a look at the below URL, I think it is what your looking for.

http://www.fluidiom.com:8080/

Regards,

Todd

-----Original Message-----
From: Andrew Klochkov [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 08, 2000 6:15 AM
To: [EMAIL PROTECTED]
Subject: Leaving servlet's output stream open


Hi,

 I want to use the so-called "push" technology. I want my servlet to
 sit and look at some resourse and when some event happened with this
 resourse, servlet must say to applet: "event happened". The idea is
 to don't close servlet's output stream (and dont exit from "service"
 function). This technics is described in IBM redbook about WebSphere
 server. But I cant make it work. An applet can not open input stream
 until servlet call "out.close()" and exit from "service" function.
 What am I doing wrong? Did anybody try it?

--
Andrew Klochkov

___________________________________________________________________________
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


The information in this electronic mail ("e-mail") message may
be confidential and for use of only the named recipient.  The
information may be protected by privilege, work product immunity
or other applicable law.  If you are not the intended recipient
the retention, dissemination, distribution or copying of this
e-mail message is strictly prohibited.  If you receive this e-mail
message in error please notify us immediately by telephone
at 770-723-1011 or [EMAIL PROTECTED]  Thank you.

___________________________________________________________________________
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