[PHP] Strange slowdowns in PHP

2006-02-27 Thread William Lovaton
Hi there, I just setted up some changes to the Apache configuration and made some programming in PHP to log a request (and information about that request) when it is taking a lot of time to finish (let's say 20 secs). In the logs, there have been lots of useful information and I already

Re: [PHP] Strange slowdowns in PHP

2006-02-27 Thread Robert Cummings
What about session garbage collection? Can you log when that happens and see if it correlates with your problem? Cheers, Rob. On Mon, 2006-02-27 at 16:15, William Lovaton wrote: Hi there, I just setted up some changes to the Apache configuration and made some programming in PHP to log a

Re: [PHP] Strange slowdowns in PHP

2006-02-27 Thread William Lovaton
Mmmm... can you elaborate on that please? I kind of have the idea of what you mean but I don't know how to do it. What is exactly garbage collection in the context of a PHP session? I guess it is when PHP scans every session file to see if there are stale data or something like that and you can

Re: [PHP] Strange slowdowns in PHP

2006-02-27 Thread Curt Zirzow
On Mon, Feb 27, 2006 at 05:16:01PM -0500, William Lovaton wrote: Mmmm... can you elaborate on that please? I kind of have the idea of what you mean but I don't know how to do it. What is exactly garbage collection in the context of a PHP session? I guess it is when PHP scans every session