Re: MSSQL stability problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm guessing that you are using PHP as ISAPI or Apache module and that
might not always work with the MSSQL extension. The library (ntwdblib.dll
from Microsoft) used for this extension is not thread safe. If you switch
to CGI or FastCGI you will not have these problems.

- Frank

> Stuart wrote:
> > Robert Twitty wrote:
> > 
> >> Maybe you are running out of connections.
> > 
> > The max connections settings in both php.ini and SQL Server are set to

> > unlimited. Is there another limit I am not aware of?
> 
> I am now closing the connection to MSSQL at the end of every page and it

> still does it. I've restarted SQL Server (no change) and then the whole

> machine but it still does it. The connection closing is working because

> I see no connections to the database in the SQL Server process list.
> 
> Is anyone using MSSQL with PHP on Windows? Can anyone help... please...
:/
> 
> -- 
> Stuart
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux