Re: [PHP-WIN] Slow MSSQL access when using TCP/IP

2001-07-25 Thread Jah Raphael
"Jah Raphael" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 25, 2001 3:44 PM Subject: Re: [PHP-WIN] Slow MSSQL access when using TCP/IP > Does it really feel as slower? In principle, TCP should be even faster > than named pipes. Could the problem b

Re: [PHP-WIN] Slow MSSQL access when using TCP/IP

2001-07-25 Thread Andrian Pervazov
Does it really feel as slower? In principle, TCP should be even faster than named pipes. Could the problem be somewhere? My expreience shows that microtime() doesn't work predictable on Windows. The sec and microsec part of its output are out of sync. Very often you can get a negative value when t

[PHP-WIN] Slow MSSQL access when using TCP/IP

2001-07-25 Thread Jah Raphael
Hello! :) I've run into a problem where connecting to our MSSQL Server from our webserver using a TCP/IP connection is a -whole- lot slower than connecting to the same server using a Named Pipes connection (we're talking 10 to 20 times slower). We are running SQL server on a non-standard port

[PHP-WIN] Slow MSSQL access when using TCP/IP

2001-07-25 Thread Jah Raphael
Hello! :) I've run into a problem where connecting to our MSSQL Server from our webserver using a TCP/IP connection is a -whole- lot slower than connecting to the same server using a Named Pipes connection (we're talking 10 to 20 times slower). We are running SQL server on a non-standard port