|
|||||||||||
|
Re: Streaming and a slow client
From: Ian Holsman <ianh(at)cnet.com>
Date: Thu Aug 30 2001 - 13:52:24 EDT Brian Degenhardt wrote: > This is a huge pain in my neck. We stream/deliver mp3s through mod_proxy
not to mention the huge potential for DoS (wouldn't even need proxy .. a simple CGI would do) > It's tricky though. For cgi accellerators, you can rely on your tcp buffer
so we don't block on the client send? >
I'd be interested in this.
..Ian >
>>On Wednesday, August 29, 2001, at 12:29 PM, Ian Holsman wrote: >> >> >>>one of our developers over here came up with a interesting question. >>> >>> >>>say we have a GET request which gets served from a CGI or proxy. and it >>>is streamed/chunked out (which is the desired effect) >>> >>>now lets say I have a VERY SLOW connection. >>> >>>does this cause the server to hold onto the backend connection (ie.. >>>keep the CGI/proxy alive) while the server is waiting for a response >>>back from the client. >>> >>> >>Yes, this is exactly what happens when you (mod_)proxy iTunes under Mac >>OS X. If the client connection is slow enough, it fails and rebuffers >>the stream periodically. But the backend connection stays open. >> >>Chuck Murcko >>Topsail Group >> http://www.topsail.org/ >>Received on Thu Aug 30 17:51:56 2001 This archive was generated by hypermail 2.1.8 : Thu Aug 24 2006 - 14:53:45 EDT |
||||||||||
|
|||||||||||