ID:               24020
 Updated by:       [EMAIL PROTECTED]
 Reported By:      grandadmirale at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Performance problem
 Operating System: Redhat linux
 PHP Version:      4.3.1
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

You don't have guaranteed response times in a multi-tasking
environment. Even in single-user-mode you have kernel daemons like
kupdated and bdflush that will slow down the system a bit now and then.
And your database also isn't just sitting there, doing nothing. Unless
you can come up with a _short_ example script that shows this
"problem", this is bogus.


Previous Comments:
------------------------------------------------------------------------

[2003-06-04 11:07:44] grandadmirale at yahoo dot com

print/echo/heredocs will randomly slow down to an unacceptable time.
I've timed just the print command itself, and it will be fine printing
at 0.0000## seconds, and then randomly it will shoot up to anywhere
from 0.01 seconds, to 0.2 seconds, which is unacceptable. The variation
in html being printed is very slim, it is not printing a large ammount
of html. I can't provide the script that has this problem publicly
since it's a for-profit script, but if contacted by email I will
provide all I can. The system stores all html in the database and
queries for it when needed and prints it out, I've tried also storing
it in a file, and even printing it out directly in the function without
any middleman function with print, echo, and heredocs, nothing helps.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24020&edit=1

Reply via email to