View Single Post
  #30  
Old 12-30-2009, 07:17 PM
Echoesintime Echoesintime is offline
 
Join Date: Dec 2009
Posts: 17
Ill just post this here because I'd hope somebody of the server tech could see it:

I think the reasoning behind your log in server issue is because of idle clients. I see that even people trying to create characters are being "timed out" because of possible overload on the log in sever, making it appear "broken". This could be fixed one of two ways. Increase the amount of clients active and connections active (connections being people who aren't actually logged in) and by decreasing the amount of idle clients with adding a timeout function, OR creating a protocol which cycles idle clients and connections in order to let newer ones on, and older ones released.

I hope this might solve your problem.

- Echoes