Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Peter Janovsky
Varnish is a great tool. You would have to pre-cache your content to minimize first byte response time for large objects as varnish waits for the entire response from the backend to be cached before streaming to client. If object is in cache response times are great. I know the varnish team was

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Eric Covener
On Mon, Sep 6, 2010 at 11:42 AM, Thom Brown wrote: > On 6 September 2010 16:10, Eric Covener wrote: >> On Mon, Sep 6, 2010 at 10:55 AM, Thom Brown wrote: >>> On 6 September 2010 12:49, Eric Covener wrote: Is the response cacheable? http://httpd.apache.org/docs/current/caching.htm

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Thom Brown
On 6 September 2010 16:10, Eric Covener wrote: > On Mon, Sep 6, 2010 at 10:55 AM, Thom Brown wrote: >> On 6 September 2010 12:49, Eric Covener wrote: >>> Is the response cacheable? >>> >>> http://httpd.apache.org/docs/current/caching.html >> >> Just checked and it appears the header was returnin

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Eric Covener
On Mon, Sep 6, 2010 at 10:55 AM, Thom Brown wrote: > On 6 September 2010 12:49, Eric Covener wrote: >> Is the response cacheable? >> >> http://httpd.apache.org/docs/current/caching.html > > Just checked and it appears the header was returning no-cache in > Cache-Control.  Using CacheIgnoreNoLastM

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Thom Brown
On 6 September 2010 12:49, Eric Covener wrote: > Is the response cacheable? > > http://httpd.apache.org/docs/current/caching.html Just checked and it appears the header was returning no-cache in Cache-Control. Using CacheIgnoreNoLastMod now. It meets all other criteria. >>> MCacheMaxStreamingB

Re: [us...@httpd] Re: Proxy streaming

2010-09-06 Thread Eric Covener
Is the response cacheable? http://httpd.apache.org/docs/current/caching.html >> MCacheMaxStreamingBuffer 30 Is it larger than 300KB? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apach

[us...@httpd] Re: Proxy streaming

2010-09-06 Thread Thom Brown
On 2 September 2010 22:43, Thom Brown wrote: > Hi all, > > I'm wondering if someone could help here.  Basically what I want to do > is provide a proxy for a video stream so that only 1 request goes to > the destination server, but will server many people using some sort of > caching. > > My virtua