ID: 7796
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Performance problem
Assigned To: 
Comments:

No feedback. Try PHP 4.0.4pl1, maybe it works better?

--Jani


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

[2001-01-21 05:16:47] [EMAIL PROTECTED]
recursion in PHP is pretty fast. could you post a (stripped down as much as possible) 
script that shows the behavior?

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

[2000-11-13 19:04:36] [EMAIL PROTECTED]
I have a PHP function that draws out a forum stored i a MySQL database. 
The function uses a reqursive call to itself, to do the next messagereply on the 
current message.

My problem is that all this works VERY slow.
All other MySQL calls works very fast...

The preformance I'm getting is about 2.2 KB/s data output (HTML formatd).
All other operations give me about 30 KB/s (may be more because there is only a 256 
Kbit connection to the server).

I'm using the supplied standard mysql.ini file

Is there a memory leaking problem? 

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7796&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to