uberserver
uberserver copied to clipboard
make db access / file i/o async
should make it scale better
http://stackoverflow.com/questions/1897799/does-anyone-know-of-a-asynchronous-mysql-lib-for-python
using twisted for that would be great...
https://twistedmatrix.com/documents/current/core/howto/servers.html
given the limitations of the GIL, and that we already pool db connections, i'm not sure we would gain anything here