Try saying the topic three times fast :-)

Is there any way that a servlet (under JSDK2.0) can behave as a
stream-based server, for an IRC-like protocol? I tried using the
getOutputStream on the HTTPServletResponse, but it only seems to
transmit once I return from the doXXX method.

Another idea: has anyone done any work on running multiple services on
one port? What I invision is the server receiving a packet, parsing out
the header, and passing it on to the matching child-server (sound like a
servlet to you too?). I have started playing with some code, but do not
want to get buried in a project if someone else has already done it.

Thanks,
Chris

___________________________________________________________________________
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