Click to See Complete Forum and Search --> : Can anyone inform me of latency?


morph
May 11th, 2000, 04:57 AM
Hello,

Specifically how can one change the latency for windows nt? I am running from a WAN setup and I was wondering how to increase or decrease latency so I wouldn't recieve time out errors. Thank you for any information.

Philip

------------------
morph

Mulder
May 11th, 2000, 09:10 AM
NT4 uses an 8K TCPWindowSize as default, Windows 2000 uses a 16K Window. Also, Windows 2000 includes support for Selective Acknowledgements by allowing only lost packets to be resent. For details see:

Configuring Windows NT Satellite Networking at Coho Winery
http://www.microsoft.com/technet/winnt/winntas/technote/ImplemntIntegra/ntopt6.asp
http://www.microsoft.com/windows2000/library/howitworks/communications /networkbasics/tcpip_implement.asp (http://www.microsoft.com/windows2000/library/howitworks/communications/networkbasics/tcpip_implement.asp)

However, it is also possible to improve individual application performance by writing more efficient code (SQL, for example). SQL 7.0 also allows you to change the IPC from Named Pipes to TCP/IP Sockets.

"It's the Latency, Stupid" by Stuart Cheshire, May 1996
http://rescomp.stanford.edu/~cheshire/rants/Latency.html

INF: Client Effects on SQL Server Throughput
http://support.microsoft.com/support/kb/articles/Q180/7/75.asp

[This message has been edited by Mulder (edited 05-11-2000).]