If I got you right, you use ICS HTTP server and it disconnects
the connections, right? If you are on v7 I hope you noticed that
the HTTP server component got a new timeout feature that
disconnects clients even when they established
Keep-Alive connections? It's ON by default.

I use a modified version.

I'm trying to send a never ending stream in chunks.
Each chunk contains the length of the substream, so I should be able decode it on the fly on the server.
At least, that's what I'm trying to do.

If I do this the normal way, some messages are received too late, even with connection keep-alive. Google is currently working on a new protocol (SPDY) to overcome this problem. With Http(s), you have to send a new request each time for each message and there is a huge delay if multiple proxies are in between.

Paul
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to