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

recursion in PHP is pretty fast. could you post a (stripped down as much as possible) 
script that shows the behavior?

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

[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? 

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


Full Bug description available at: http://bugs.php.net/?id=7796


-- 
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