Hi to everybody,
I have a problem that i don't know whether it's normal or only happens in my server.
I have a PC Box with W2k Server, Apache 1.3.27, Sql Server 2000 and PHP4.2.3. The PHP is configured as a module of Apache and it has actived the options of mssql and persistents connections. The number of normal connections and persistents connections is unlimited as shows the php.ini.
The problem comes when an application running with persistents connections is executed, then it blocks all the applications running with normal connections to the Sql Server and they cannot connect.
The phpinfo() shows that there is a persistent connection active.
If I deactivate the persistens connections the application with normal connections work fine, but the one with persistents connectios fail to connect.
I don't know if it is a misconfiguration or a bug of the php. Has it happened to anybody else?
Any ideas how to solve this situation?
Thanks