Date: 11/13/00
- Next message: Ron Chmara: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Previous message: Colin Viebrock: "[PHP-DEV] RE: FW: PHP.COM's courteous link to the PHP programming language website"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Ron Chmara: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Previous message: Colin Viebrock: "[PHP-DEV] RE: FW: PHP.COM's courteous link to the PHP programming language website"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

