Re: [PHP] Re: Strange slowdowns in PHP

2006-02-28 Thread William Lovaton
Ohhh I see now. Yes, it should be putting things into a buffer before sending the data to the client. I guess shutdown function executes after the content have been sent. My users are usually working on LAN connections but sometimes there are network problems and this could be one of the symptom

Re: [PHP] Re: Strange slowdowns in PHP

2006-02-27 Thread Manuel Lemos
Hello, on 02/27/2006 07:22 PM William Lovaton said the following: >>> Looking at the log I get the following information: >>> - Execution time: 29.3 secs >>> - Request started at: 11:08:06 AM >>> - Request ended at: 11:08:35 AM >>> - The functions that got executed were (time, class::method, durat

Re: [PHP] Re: Strange slowdowns in PHP

2006-02-27 Thread William Lovaton
Hi Manuel, El lun, 27-02-2006 a las 18:54 -0300, Manuel Lemos escribió: > Hello, > > on 02/27/2006 06:15 PM William Lovaton said the following: > > Looking at the log I get the following information: > > - Execution time: 29.3 secs > > - Request started at: 11:08:06 AM > > - Request ended at: 11:

[PHP] Re: Strange slowdowns in PHP

2006-02-27 Thread Manuel Lemos
Hello, on 02/27/2006 06:15 PM William Lovaton said the following: > Looking at the log I get the following information: > - Execution time: 29.3 secs > - Request started at: 11:08:06 AM > - Request ended at: 11:08:35 AM > - The functions that got executed were (time, class::method, duration): >