httpd slowdown issues

2008-09-03 Thread Chris Tankersley
I have a development web server set up for httpd, mysql5 and php5 that has all of a sudden started randomly pausing. After some testing (removing PHP modules, httpd conf settings, etc) it seems that simply loading PHP is what is causing the issue. If I remove it from httpd then serving static HTML

Re: httpd slowdown issues

2008-09-03 Thread Chris Tankersley
On Wed, Sep 3, 2008 at 1:05 PM, Ben Calvert [EMAIL PROTECTED] wrote: [SNIP] Don't waste everyone's time with a hopelessly incomplete question. No one other than you has the information needed to resolve your problem, it is better to provide more information than needed than one detail too

Re: httpd slowdown issues

2008-09-03 Thread richardtoohey
Quoting Chris Tankersley [EMAIL PROTECTED]: I have a development web server set up for httpd, mysql5 and php5 that has all of a sudden started randomly pausing. After some testing (removing PHP modules, httpd conf settings, etc) it seems that simply loading PHP is what is causing the issue.

Re: httpd slowdown issues

2008-09-03 Thread Chris Tankersley
On Wed, Sep 3, 2008 at 6:08 PM, [EMAIL PROTECTED] wrote: Quoting Chris Tankersley [EMAIL PROTECTED]: I have a development web server set up for httpd, mysql5 and php5 that has all of a sudden started randomly pausing. After some testing (removing PHP modules, httpd conf settings, etc) it

Re: httpd slowdown issues

2008-09-03 Thread Stuart Henderson
On 2008-09-03, Chris Tankersley [EMAIL PROTECTED] wrote: Yes, even going down to something as little as ?php echo 'Hello World'; ? has a 5-10 second response time. as a starting point, I'd run that as a CLI script under ktrace and see if kdump output gives clues.

Re: httpd slowdown issues

2008-09-03 Thread richardtoohey
Quoting Chris Tankersley [EMAIL PROTECTED]: [cut] I have a development web server set up for httpd, mysql5 and php5 that has all of a sudden started randomly pausing. After some testing (removing PHP modules, httpd conf settings, etc) it seems that simply loading PHP is what is causing

Re: httpd slowdown issues

2008-09-03 Thread Chris Tankersley
Starting on line 2198 I start getting these kinds of output: 23747 php CALL fcntl(0x5,0x3,0) 23747 php RET fcntl -1 errno 9 Bad file descriptor 23747 php CALL fcntl(0x6,0x3,0) 23747 php RET fcntl -1 errno 9 Bad file descriptor 23747 php CALL fcntl(0x7,0x3,0)

Re: httpd slowdown issues

2008-09-03 Thread Stuart Henderson
On 2008/09/03 19:35, Chris Tankersley wrote: Starting on line 2198 I start getting these kinds of output: 23747 php CALL fcntl(0x5,0x3,0) 23747 php RET fcntl -1 errno 9 Bad file descriptor 23747 php CALL fcntl(0x6,0x3,0) 23747 php RET fcntl -1 errno 9 Bad file

Re: httpd slowdown issues

2008-09-03 Thread Frank Bax
Chris Tankersley wrote: Starting on line 2198 I start getting these kinds of output: 23747 php CALL fcntl(0x5,0x3,0) 23747 php RET fcntl -1 errno 9 Bad file descriptor 23747 php CALL fcntl(0x6,0x3,0) 23747 php RET fcntl -1 errno 9 Bad file descriptor 23747 php