Re: disable sendfile in Varnish, please

2007-12-10 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], =?ISO-8859-1?Q?Ei rik_=D8verby?= writes: Hi, is this still a problem? Yes, sendfile is not currently usable because it does not tell us when it is _really_ done with the data we send, so it can run afoul of our reuse of the memory for short lived objects. I have

Re: disable sendfile in Varnish, please

2007-12-10 Thread Eirik Øverby
On Dec 10, 2007, at 17:17, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], =? ISO-8859-1?Q?Ei rik_=D8verby?= writes: Hi, is this still a problem? Yes, sendfile is not currently usable because it does not tell us when it is _really_ done with the data we send, so it can run afoul of

varnishncsa, -w option and the HUP signal

2007-12-10 Thread Eirik Øverby
Hi, I suspect I've asked this before: Quoting the man page: -w file Write log entries to file instead of displaying them. The file will be overwritten unless the -a option was specified. If varnishncsa receives a SIGHUP while writing to a

Re: disable sendfile in Varnish, please

2007-12-10 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], =?ISO-8859-1?Q?Ei rik_=D8verby?= writes: is this still a problem? Yes, sendfile is not currently usable because it does not tell us when it is _really_ done with the data we send, so it can run afoul of our reuse of the memory for short lived objects. Thanks.

Re: varnishncsa, -w option and the HUP signal

2007-12-10 Thread Caleb Anthony
Hello, I'm not sure what version of Varnish you are using, but revision 2270 changed some of the SIGHUP code in varnishncsa: http://varnish.projects.linpro.no/changeset/2270 Download the latest SVN version and give it a try... On 12/10/07, Eirik Øverby [EMAIL PROTECTED] wrote: Hi, I suspect

Re: varnishncsa, -w option and the HUP signal

2007-12-10 Thread Steve Scally
Eirik, What is the string you are using for varnishncsa? Steve On Dec 10, 2007, at 2:04 PM, Eirik Øverby wrote: Hi, I suspect I've asked this before: Quoting the man page: -w file Write log entries to file instead of displaying them. The file will be