Re: [PHP] 5.1.4, mysqli, and fastcgi leaving connections open.

2006-05-26 Thread steve
mysqli does not have persistent connections. Kinda wish it did, as using fascgi has the about the same number of processes that I would want connections in a connection pooling scheme under a module scenario. anyhow, its a 5.1.4 bug and its reported. -- PHP General Mailing List (http://www.php.n

Re: [PHP] 5.1.4, mysqli, and fastcgi leaving connections open.

2006-05-25 Thread Chris
steve wrote: When using PHP 5.1.4 under FastCGI and using mysqli, we are seeing that the connections do not close (filling up the max_connections limit for MySQL 5.0). In fact, the number of connections to mysql quickly become GREATER than the number of FastCGI processes. Restarting apache (and t

[PHP] 5.1.4, mysqli, and fastcgi leaving connections open.

2006-05-25 Thread steve
When using PHP 5.1.4 under FastCGI and using mysqli, we are seeing that the connections do not close (filling up the max_connections limit for MySQL 5.0). In fact, the number of connections to mysql quickly become GREATER than the number of FastCGI processes. Restarting apache (and thus fastcgi) t