On Sat, Apr 11, 2009 at 01:58:32PM -0400, Jim Razmus wrote: > * Federico G. Schwindt <fg...@lodoss.net> [090411 08:28]: > > On Fri, Apr 10, 2009 at 06:13:00PM +0100, Federico G. Schwindt wrote: > > > On Thu, Apr 02, 2009 at 11:24:17PM +0100, Stuart Henderson wrote: > > > > On 2009/04/02 22:26, Toni Mueller wrote: > > > > > Please test and report any breakage. > > > > > > > > a couple of things are needed ports-wise, I don't have time to learn > > > > how to configure this at the moment to test how the software works on > > > > OpenBSD though. > > > > > > is anyone looking into commiting this? > > > > Ok, here's an updated version, taking into account what Stuart mentioned, > > plus a few other things: > > > > - Create /var/varnish by default > > - Use _varnish. Nothing should use nobody, not even by default > > - Use kqueue > > - Use -pthread > > - Do not hardcode -O2 > > - Install getting-started.html > > > > And some other minor tweaks. > > Comments? > > > > f.- > > Have you tested this with kqueue? Last time I tried, the code needed > some fixing to work correctly. Poll on other hand worked just fine.
Like the ones commited in 2.0.4? > Note, I didn't look at your patches, just raising a flag based on what I > knew from previous experience... Yes, I did test it, but more test won't hurt. f.-