Hi

> I considered HTTP/1.1 but left it out for a few reasons, mostly that in
this case it would lead to hackishness. ;)

Hey, noone said it's gonne be easy. :D

> For example, the socket may timeout if there aren't enough requests within
a given timeframe.  Another is that, if the servlet and server aren't
managed/owned by the same people, it's a little rude to maintain a 24/7
socket to someone else's machine for a "stateless" protocol...

But an open socket between these would be even bettern than thousands of
connections opening and closing all the time.
Further, most systems only do at most around 100 request on persistent
connections, so the sockets would not be connected that long.

Regards,
  Steffen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to