View Single Post
  #19  
Old 10-12-2006, 12:47 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Quote:
Originally Posted by eq4me
Can you give me a rough estimate how many Gigabytes per Month a well populated Server would need? Just a rough estimate. Do we talk 10ish or 100ish GB/Month here?
I don't have any real stats. The server we had gave us 2000GB/month and we never used it all, but we didn't get any reports saying what we used.

Quote:
May I ask if that optimization is only in the S2k server or did it made it into the official EQEmu code too?
I put what I could into EQEmu. The biggest would be the use of string numbers instead of literal strings. In the string file are commonly used phrases. Instead of sending a several byte text line, you can send the number to the same text in the string file so the client uses that instead. From the player point of view it appears the same, but the server sends fewer bytes in packets. This can add up over time.

Along the same line, I went in and reduced the range of some messages like in /say, emotes, spell messages, battle messages, etc. A smaller range can reduce the number of packets sent to players because they are outside the smaller range. It can also reduce spam messages, by reducing the range of spell messages and battle messages for example. This didn't go into EQEmu, since it is intended to be like live.
__________________
Maybe I should try making one of these servers...
Reply With Quote