Re: [PHP] measuring script execution time

2007-11-08 Thread [EMAIL PROTECTED]
Daniel Brown wrote: > By name alone (a recursive acronym), PHP stands for PHP Hypertext > Preprocessor. That means, before the HTML or other output is sent to > Apache to be served to the client, PHP has parsed, interpreted, > processed, and returned all of the code, and then terminated the PHP >

Re: [PHP] measuring script execution time

2007-11-08 Thread Daniel Brown
On 11/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > running php 5.x as Apache module (both 1.3.x and 2.2.x) seems to report > longer execution time when users sit on slower connection. Is it > possible that end of script execution is when the last bit is passed to > the user by Ap

[PHP] measuring script execution time

2007-11-08 Thread [EMAIL PROTECTED]
Hello, running php 5.x as Apache module (both 1.3.x and 2.2.x) seems to report longer execution time when users sit on slower connection. Is it possible that end of script execution is when the last bit is passed to the user by Apache and the connection is closed? Any workaround around that?