show/hide this revision's text 2 verbosity++

EVE Online uses a variant of Python called Stackless Python, which has proven to be able to take >45000 concurrent users on a single cluster (or shard), which I would consider pretty good for an MMO.

Python is used both in the client and on the server.

show/hide this revision's text 1

EVE Online uses a variant of Python called Stackless Python.