sleepy.mongoose icon indicating copy to clipboard operation
sleepy.mongoose copied to clipboard

Allow better concurrency using ThreadingMixIn

Open observerss opened this issue 12 years ago • 0 comments

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.

observerss avatar Apr 08 '12 04:04 observerss