uberserver icon indicating copy to clipboard operation
uberserver copied to clipboard

make db access / file i/o async

Open abma opened this issue 10 years ago • 3 comments

should make it scale better

abma avatar Jan 17 '15 04:01 abma

http://stackoverflow.com/questions/1897799/does-anyone-know-of-a-asynchronous-mysql-lib-for-python

using twisted for that would be great...

abma avatar May 01 '15 12:05 abma

https://twistedmatrix.com/documents/current/core/howto/servers.html

abma avatar May 16 '15 01:05 abma

given the limitations of the GIL, and that we already pool db connections, i'm not sure we would gain anything here

silentwings avatar Mar 30 '19 06:03 silentwings