Re: question about configure warning

2009-01-06 Thread Michael S. Fischer
On Jan 6, 2009, at 7:42 AM, Marcus Smith wrote: > "The build system will automatically detect the availability of > epoll() > and build the corresponding cache_acceptor. It will also automatically > detect the availability of sendfile(), though its use is discouraged > (and disabled by default) d

Re: question about configure warning

2009-01-06 Thread Marcus Smith
Roy Sigurd Karlsbakk wrote: > Does this mean it won't be using sendfile() on this system? If I recall correctly, it won't be using sendfile() on *almost all* systems (except certain versions of BSD?). From the porting pages: "The build system will automatically detect the availability of epoll(

question about configure warning

2009-01-06 Thread Roy Sigurd Karlsbakk
Hi all I'm setting up an amd64 box (that is intel xeon x86_64) with ubuntu 8.04 and varnish 2.0.2, and configure gives me a warning about sendfile > configure: WARNING: won't look for sendfile() on x86_64-unknown- > linux-gnu Does this mean it won't be using sendfile() on this system? roy --

Re: Configuration problem, possibly a PEBCAK.

2009-01-06 Thread Tollef Fog Heen
]] Per Buer | Oliver Oli wrote: | > On Fri, Jan 2, 2009 at 6:03 PM, Per Buer wrote: | > | >> Neither. Both passing and caching an object will fetch the whole object | >> into memory before passing it on to the client. "pipe" will do what you | >> want, but you probably don't want that as pipe h

Re: next release?

2009-01-06 Thread Tollef Fog Heen
]] Sascha Ottolski | I'm curious when the next stable (minor) release is planned. I'm | especially interested in | | "Date: 2008-11-14 01:19:33 +0100 (Fri, 14 Nov 2008) | New Revision: 3390 [...] | which seem to be in the trunk, but didn't made it into 2.0.2. I don't think I'll let 3390 into

Re: Varnish keep-alive problem

2009-01-06 Thread Nick Loman
Tollef Fog Heen wrote: > | Varnish is a very good web accelerator, and i find it support KeepAlive. > | The default keep-alive is on. I want to turn off the keep-alive, but i > don't know how to do it. > | Please tell me how to turn off the keep-alive. > > I don't believe that's possible out of

Re: Varnish keep-alive problem

2009-01-06 Thread Tollef Fog Heen
]] "wangqidi" | Varnish is a very good web accelerator, and i find it support KeepAlive. | The default keep-alive is on. I want to turn off the keep-alive, but i don't know how to do it. | Please tell me how to turn off the keep-alive. I don't believe that's possible out of the box. Why do you

Varnish keep-alive problem

2009-01-06 Thread wangqidi
hiļ¼Œthere Varnish is a very good web accelerator, and i find it support KeepAlive. The default keep-alive is on. I want to turn off the keep-alive, but i don't know how to do it. Please tell me how to turn off the keep-alive. And would this have any adverse side-effects? Grateful for your help.