Page 1 of 1

Server lags

Posted: 13 Nov 2011, 11:37
by Deimheucadh
Why does the server so many lags? today from the very mormimgs lags go 1-2 sec in 2-3 min. its impossible to play. yesterday was the same.

Re: Server lags

Posted: 13 Nov 2011, 15:42
by Crush
Is there anyone with the same problem?

Re: Server lags

Posted: 13 Nov 2011, 18:00
by Techron
I get lags from time to time but it is impossible to say whether it is server side or ISP. Just remember, lag is the is best monster in ther game!

Techron

Re: Server lags

Posted: 13 Nov 2011, 18:35
by Deimheucadh
if i have no lags with other internet activity and if i can see in manaplus f10 status window "network ping time" from 190 up to 12900 ms, is it my isp lag or server side lag?

manaplus version 1.1.10.30, mana client version 0.5.3 shows the same lags. platform gentoo linux, internet via ethernet broadband 12 mbits

Re: Server lags

Posted: 14 Nov 2011, 15:32
by Piateluca
There are some specific places in game that most of the time lags, any way to know if is the server, or my connection? :oops: :oops: :oops:

Re: Server lags

Posted: 15 Nov 2011, 00:05
by Freeyorp101
mtr/winmtr


---Freeyorp

Re: Server lags

Posted: 15 Nov 2011, 01:02
by Frost
The easiest and so far most reliable way that I've found to tell if the server itself is lagging or it's my network connection is to see if monsters are affected by lag. If monsters freeze too, it's not me.

Network diagnostic tools are useful, but they give incomplete information. Be careful to not draw too many conclusions from them.


"The network connection" tends to be rather long and complex, and the performance of an individual connection is subject to many variables. A partial list includes:
-local link (to your ISP)
-ISP connection to other networks (peering)
-"Internet weather" that day, (e.g. Level 3 Communications had some of their backbone routers crash last week, so traffic across them was briefly unreliable)
-performance of long-haul connections (e.g. scheduled maintenance on a transoceanic cable causes ISPs to re-route traffic through other countries)
-network congestion near the server

Each of those stages could also add factors like prioritization (Internet phone/VoIP and certain other uses might get higher priority and "bump" the game) and just plain old overloaded links which cause data to be dropped.

The reason I went into such detail is to illustrate how difficult it can be to get the full picture. For example, "ping" and "traceroute" are basically casual requests for the other end to acknowledge it's alive. One the one hand, this is often considered low-priority data and might be the first to get dropped if there's a problem. On the other hand, a problem that affects large data packets or large sequences of packets (such as game data) might not even show in a simple network test. To further confuse the situation, connections like manaworld that use the TCP protocol automatically notice when packets are dropped and silently pause and try again. This often causes packet loss to show up as simple "lag."


Even with their limitations, tools like ping, traceroute, and mtr (and more technical ones like netcat, hping, and even telnet) are often the first steps in identifying network problems. Use them in good health. :)