You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
As far as I'm concerned Django ORM does not support asynchronous operation, so https://github.com/peterbe/django-sockjs-tornado/blob/master/example/project/chat/sockserver.py#L19 would block the socketserver process in your example.
I don't know if tornado has something similar to Twisted's deferToThread in its tornado.gen package.