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
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
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
: 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
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
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
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