The "on occasion" is very vague. I also have users at 5 remote offices (2 WAN's (384kbs no guarentee) and 3 56K lines) that telnet to our unix server. That complain about lag "on occasion".
What to watch for is the specific "times".
I have found that the "LAG" is tied directly into how busy the server is. If there are lots users generating reports (as we have in the morning) you will notice some lag.
The more processing the server is doing the slower its response time will be. Even on the LAN.
It could be your connection because there is no such thng a "guarenteed".
If you have access to the remote computers you could create a simple batch file that pings the server every 30 minutes and see when this is happening. This may help to confirm if its the server load.
What is the average pig time??
I have a 35ms average response time from my cable connection to my server on the net on the servers 128k connection. Which is normal for me.
And as bm stated, encrypting the data will increase the time somewhat. Our WAN's and 56k dont use encrytion so I cant recommend a particular one. But changing the level of encryption might help. Especially if the computers are doing the encryption.
Also one other question would be is it all the computers at the site or just one? If its only one, it could be tied to what ever else the user is doing on their computer.
Main Topics
Browse All Topics





by: bmedwardPosted on 2005-03-10 at 06:38:16ID: 13506308
In a VT100 (or derivative) based terminal emulation mode, typical for *nix text consoles, each character you press will be sent to the server without waiting for an 'enter' or other signal generating key. At the TCP level, this only results in session data and acknowledgment packets being transmitted - a new session is not generated for each communication.
The actual process for queuing is more complicated; it is sufficient to say that unless you are a really fast type, most TCP data packets will only contain a single keypress. These packets, however, amount to very little total traffic. Under normal operation, 50+ terminals or sessions should have no bandwidth trouble even on a 56K modem line.
As for response time, your users will notice anything more than about .02 seconds. If you are encrypting traffic through this tunnel, it will all traffic down. In general, what kind of ping responses are you seeing? Also, are you using a centralized encryption server, or is each computer handling it's own encrypted tunnel overhead?