PHP memory problem

2002-01-02 Thread Dan Liu
Hi everyone, when we execute queries through MySQL using PHP, a significant amount of memory is being used in the process. We have noticed that the memory is not being released again for several hours. Despite attempts to force it to release memory in the code, the problem is still occuring.

RE: PHP memory problem

2002-01-02 Thread Jonathan Hilgeman
, January 02, 2002 11:33 AM To: Subject: PHP memory problem Hi everyone, when we execute queries through MySQL using PHP, a significant amount of memory is being used in the process. We have noticed that the memory is not being released again for several hours. Despite attempts to force

Re: PHP memory problem

2002-01-02 Thread John Kemp
There are a couple of potential things you could change. Dan, 1. On the MySQL end, there is a configuration value or two for timing out sleeping MySQL queries - by default the timeouts are set to be 8 hours. You can make the timeouts less in my.cnf - However, be careful. You may have