sleepy.mongoose
sleepy.mongoose copied to clipboard
Allow better concurrency using ThreadingMixIn
Currently sleepy.mongoose works synchronously, it blocks on every request
This patch is the minimum sync -> async change, using TheadingMixIn to process request in individual threads.