[PHP-DEV] PHP 4.0 Bug #7796: Slow reqursive functions with MySQL From: ramzeus <email protected>
Date: 11/13/00

From: ramzeus <email protected>
Operating system: Linux 2.2.16 @ 120 Mhz i586 32 MB RAM
PHP version: 4.0.2
PHP Bug Type: Performance problem
Bug description: Slow reqursive functions with MySQL

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?

-- 
Edit Bug report at: http://bugs.php.net/?id=7796&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>