> 8. If i use an separate physical server to deploy the database, could I
> gain some performance improvement? Or the cost of communication between the
> db and the server could hurt the total performance?
>
could go either way. With the effects of Python's GIL I'd expect a
multi-core server with database and game server on one box would be fine
until you hit a scaling limit and your server is eating a whole core. At
that point you need to develop a distributed application model and probably
use multiple servers. If you hit that before you're running 200 users
recheck your business model, if you hit it before 20 users recheck your
architecture.
2008年12月1日星期一
Questions I asked days ago.
订阅:
博文评论 (Atom)

没有评论:
发表评论