Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Michiel Boland
On 10/02/2011 12:10, Matthew Seaman wrote: On 01/10/2011 02:18, Doug Barton wrote: Does this happen when httpd tries to do DNS resolution for, say, an incoming connection to the web server (e.g. trying to resolve the incoming IP address of the client to an FQDN), or is it happening within some

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Matthew Seaman
On 01/10/2011 02:18, Doug Barton wrote: >> Does this happen when httpd tries to do DNS resolution for, say, an >> > incoming connection to the web server (e.g. trying to resolve the >> > incoming IP address of the client to an FQDN), or is it happening within >> > some PHP code (assuming PHP is ins

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Adrian Chadd
Something stupid and ridiculous, like the socket watermark points are set incorrectly? It'd also be helpful to see exactly what the knotes were. Adrian ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Jeremy Chadwick
On Sun, Oct 02, 2011 at 10:18:30AM +0200, Damien Fleuriot wrote: > On 1 October 2011 03:18, Doug Barton wrote: > > It's a php module doing a lookup for the hostname of the back-end mysql > > server. > > > >> Are the delays always 3 seconds? > > > > Pretty much. > > > >> If so, that almost sounds l

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Damien Fleuriot
On 1 October 2011 03:18, Doug Barton wrote: > It's a php module doing a lookup for the hostname of the back-end mysql > server. > >> Are the delays always 3 seconds? > > Pretty much. > >> If so, that almost sounds like a timeout of some kind. > > That was my first thought, but the answer always co

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-09-30 Thread Doug Barton
Thanks Jeremy and Chuck. Answers below. On 09/30/2011 17:37, Jeremy Chadwick wrote: > On Fri, Sep 30, 2011 at 04:31:18PM -0700, Doug Barton wrote: >> Howdy, >> >> So, this is a bit of an odd one I've got a web server running >> apache 2.2.17 and php 5.3.5. The host itself is running 7.3-RELEA

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-09-30 Thread Chuck Swiger
On Sep 30, 2011, at 4:31 PM, Doug Barton wrote: > o, this is a bit of an odd one I've got a web server running > apache 2.2.17 and php 5.3.5. The host itself is running 7.3-RELEASE, > i386, and is not busy. I can do DNS queries on the command line all day > long and they are very snappy. Using

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-09-30 Thread Jeremy Chadwick
On Fri, Sep 30, 2011 at 04:31:18PM -0700, Doug Barton wrote: > Howdy, > > So, this is a bit of an odd one I've got a web server running > apache 2.2.17 and php 5.3.5. The host itself is running 7.3-RELEASE, > i386, and is not busy. I can do DNS queries on the command line all day > long and t