Re: SV: SV: [PHP-WIN] mssql tcp

2005-11-16 Thread Robert Twitty
mailto:[EMAIL PROTECTED] > Skickat: den 15 november 2005 17:23 > Till: Joakim Ling > Kopia: php windows; Robert Twitty > Ämne: Re: SV: [PHP-WIN] mssql tcp > > Hi Jocke, > > Well I work with PHP and MSSQL and I know a bit about the broblems too. > The library used to build

SV: SV: SV: [PHP-WIN] mssql tcp

2005-11-16 Thread Joakim Ling
o CGI? > > // jocke > > > -Ursprungligt meddelande- > Från: Frank M. Kromann [mailto:[EMAIL PROTECTED] > Skickat: den 15 november 2005 17:23 > Till: Joakim Ling > Kopia: php windows; Robert Twitty > Ämne: Re: SV: [PHP-WIN] mssql tcp > > Hi Jocke, > > Well

Re: SV: SV: [PHP-WIN] mssql tcp

2005-11-16 Thread Frank M. Kromann
o CGI? > > // jocke > > > -Ursprungligt meddelande- > Från: Frank M. Kromann [mailto:[EMAIL PROTECTED] > Skickat: den 15 november 2005 17:23 > Till: Joakim Ling > Kopia: php windows; Robert Twitty > Ämne: Re: SV: [PHP-WIN] mssql tcp > > Hi Jocke, > > Well I work wit

SV: SV: [PHP-WIN] mssql tcp

2005-11-15 Thread Joakim Ling
: den 15 november 2005 17:23 Till: Joakim Ling Kopia: php windows; Robert Twitty Ämne: Re: SV: [PHP-WIN] mssql tcp Hi Jocke, Well I work with PHP and MSSQL and I know a bit about the broblems too. The library used to build the extension (msdblib) is not thread safe so if you are using the extension

Re: SV: [PHP-WIN] mssql tcp

2005-11-15 Thread Frank M. Kromann
Hi Jocke, Well I work with PHP and MSSQL and I know a bit about the broblems too. The library used to build the extension (msdblib) is not thread safe so if you are using the extension on a hight trafic server under Apache or ISAPI you might find odd problems. This has nothing to do with PHP. Usin

Re: SV: [PHP-WIN] mssql tcp

2005-11-15 Thread Alf Stockton
Joakim Ling wrote: It doesn't matter, the problem lies within php. To solve this problem you have to use a client that usage pooling like ODBC -> MSSQL. So my next step is to rewrite all mssql code to ODBC. This is not a problem if you run a small mssql server, buy if you have over 100 databa

SV: [PHP-WIN] mssql tcp

2005-11-15 Thread Joakim Ling
It doesn't matter, the problem lies within php. To solve this problem you have to use a client that usage pooling like ODBC -> MSSQL. So my next step is to rewrite all mssql code to ODBC. This is not a problem if you run a small mssql server, buy if you have over 100 databases with a lot of act