Here is what I have:
I have an applet the communicates using its very own 
protocol to a server via port 5555. It keeps the
port open while talking to the server.

What I want to do is switch this to port 80
over HTTP. The catch is I want to use the port
statically, so this means keep-alive. Is there
a module written that will wrap STDOUT so
that the data is buffered up and sent with
all the right headers so that I can have the
applet keep the port open and just make continous
requests?

Thanks,
        -Brian

Reply via email to