Re: lighttpd failing to accept new connections ( connection reset )

2008-08-28 Thread Steven Hartland
- Original Message - From: "Robert Watson" <[EMAIL PROTECTED]> The connections getting reset without application notification is a classic symptom of a full listen queue. A couple of questions: Yep thats what I thought. (1) What FreeBSD version? 7.0-RELEASE-p2 (amd64) (2) Are y

Re: lighttpd failing to accept new connections ( connection reset )

2008-08-28 Thread Robert Watson
On Thu, 28 Aug 2008, Steven Hartland wrote: We're using lighttpd here for a new project and we're having issues where by it simply stops processing after a 1-2 days. Having looked at it in some detail this morning it seems that the kernel is resetting the connection without notifying the lig

Re: lighttpd failing to accept new connections ( connection reset ) / possible kqueue bug

2008-08-28 Thread Steven Hartland
- Original Message - From: "Jeremy Chadwick" <[EMAIL PROTECTED]> Can you change the polling method in lighttpd to use poll or select instead of kqueue? This would help in determining if the problem is with the daemon itself or the kevent system. Yep already scheduled that change for

Re: lighttpd failing to accept new connections ( connection reset )

2008-08-28 Thread Jeremy Chadwick
On Thu, Aug 28, 2008 at 01:13:57PM +0100, Steven Hartland wrote: > We're using lighttpd here for a new project and we're having issues > where by it simply stops processing after a 1-2 days. > > Having looked at it in some detail this morning it seems that > the kernel is resetting the connection w

lighttpd failing to accept new connections ( connection reset )

2008-08-28 Thread Steven Hartland
We're using lighttpd here for a new project and we're having issues where by it simply stops processing after a 1-2 days. Having looked at it in some detail this morning it seems that the kernel is resetting the connection without notifying the lighttpd process there is a new connection attempt.

Re: sun4v arch

2008-08-28 Thread Peter Jeremy
On 2008-Aug-23 21:39:34 -0700, Kip Macy <[EMAIL PROTECTED]> wrote: >There really isn't any magic to bringing up a port. You compile it, >install it, and then run it until it breaks. Once it breaks you spend >a lot of time instrumenting the code to track down what went wrong. About what I expected.