ID: 16657 Comment by: etsai at bbknet dot com Reported By: jlvillar1 at hotmail dot com Status: No Feedback Bug Type: MSSQL related Operating System: Windows 2000 PHP Version: 4.1.2 New Comment:
Persistent connections (using mssql_pconnect) don't work properly in Php 4.3.8 (under Windows 2003 Server and Apache 1.3.31 server)connecting to a MSSQL 2000 database of a second machine. High-loaded connections break and the php.ini file is omited when setting the maximun number of persistent connections (mssql.max_persistent variable) Previous Comments: ------------------------------------------------------------------------ [2002-10-25 01:00:08] php-bugs at lists dot php dot net No feedback was provided for this bug for over 2 weeks, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2002-10-09 22:22:23] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-06-01 12:27:44] justin at down dot cx I also am experiencing the very same problem. Under high loads, the mssql_pconnect function pools up exactly 25 connections then completely denies any further connections. If the max_persistent variable is higher than 25, mssql_pconnect returns FALSE until Apache is restarted. If it is set lower than 25, it STILL pools 25 connections but will eventually release them (read: it takes a long time). ------------------------------------------------------------------------ [2002-04-17 08:12:49] jlvillar1 at hotmail dot com Persistent connections (using mssql_pconnect) don't work properly in Php 4.1.2 (under Windows 2000 professional and Apache 1.3.12 server) connecting to a MSSQL 7.0 database of a second machine. High-loaded connections break and the php.ini file is omited when setting the maximun number of persistent connections (mssql.max_persistent variable) regards Jose Luis ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16657&edit=1