I recommend anyone using ODBC to access MSSQL to use the php_mssql.dll.
I have successfuly connected a test application and benchmarked with ab (
Apache Benchmar) 10 hits without any errors !
-Mike
On Thu, 14 Nov 2002, soff wrote:
> Date: Thu, 14 Nov 2002 15:00:05 +0800
> From: soff <[EMA
PEAR::DB - time abstracting is never wasted!!
Either that or rewrite the mssql_* functions to use FreeTDS (www.freetds.org) instead
of dblib. (Just kidding - used freetds+mssql under Linux and it works extremely well,
but not even sure it compiles under windows! It _would_ be nice to see better
Thanks for your help.
My SQLServer version is Enterprise, there is no connection limit.
MDAC2.7 have no help as you said :(
ÄúÔÚ Wed, 13 Nov 2002 11:57:19 - µÄÀ´ÐÅÖÐÌáµ½:
> > I am trying to connect mssql with php, when I use
> > mssql_pconnect(), It
> > will fail to connect when the amou
> I am trying to connect mssql with php, when I use
> mssql_pconnect(), It
> will fail to connect when the amount of visitors becomes large.
Just a thought - are you using the developer (ie MSDN subscription) version
of SQLServer? That limits connections to 10 - and since mssql_pconnect will
lea