View Single Post
  #12  
Old September 28th, 2006, 03:28 AM
PhilD's Avatar

PhilD PhilD is offline
First Lieutenant
 
Join Date: Sep 2003
Location: Bordeaux, France
Posts: 794
Thanks: 0
Thanked 0 Times in 0 Posts
PhilD is on a distinguished road
Default Re: Any plans for an \"official\" hosting server?

Basically, if we're talking PBEM games and not TCP, the server should not need any more resources to run X games than one - dom3 itself will not be running full time, just while hosting, and even if there are many games running in parallel the server can manage them and only run one instance of dom3 at a time (requires a bit more careful programming, not that terrible).

TCP games are a totally different matter, and the answer will depend a lot on how efficient memory management is in dom3. Will several instances share memory? this kind of question. But I'm not sure how useful a TCP-games server would be.
Reply With Quote