davidwilemski / openrunlog

[Currently Unmaintained] An open source web application to record and display your workouts
https://openrunlog.org
Other
10 stars 5 forks source link

Consider replacing mongoengine with motorengine #74

Open davidwilemski opened 10 years ago

davidwilemski commented 10 years ago

Less IOLoop blocking? https://github.com/heynemann/motorengine

... or could just make sure all mongoengine operations are done on a thread

bkendall commented 10 years ago

Could this be what was slowing you down on those requests? (or was it simply the service itself?)