Re: Event driven server that wastes CPU when threaded doesn't

2006-11-05 Thread Snor
> You got a lot of long-winded replies, but the short reply is that > Twisted has packaged solutions for this. > Seehttp://twistedmatrix.com/projects/core/enterprise > > "Twisted provides an interface to any Python DB-API 2.0 compliant > database through an asynchronous interface which allows da

Event driven server that wastes CPU when threaded doesn't

2006-10-29 Thread Snor
I'm attempting to create a lobby & game server for a multiplayer game, and have hit a problem early on with the server design. I am stuck between using a threaded server, and using an event driven server. I've been told time and time again that I should use an event driven server design (that is, u