openemotion / webapp

0 stars 0 forks source link

Replace time.sleep with gevent.sleep in webapp.poll #33

Closed elifiner closed 11 years ago

elifiner commented 11 years ago

I'm not sure but I think the sleep calls are going to be consecutive if run with gunicorn which will cause the actual delay to be a multiple of the active poll requests.

elifiner commented 11 years ago

No need, gevent mokey patching does it.