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
Could you add integration with Tornado i.e. implement a proper handler?
I'm writting an application that is based on Tornado.
I also use fork in my process. Kazoo thread handler can work with Tornado
but unfortunately it does not play nicely with forking.
If Kazoo is integrated with Tornado's ioloop then it could work in one thread with application
and it would solve forking problems.
Regards,
Godfryd
The text was updated successfully, but these errors were encountered:
Hello,
Could you add integration with Tornado i.e. implement a proper handler?
I'm writting an application that is based on Tornado.
I also use fork in my process. Kazoo thread handler can work with Tornado
but unfortunately it does not play nicely with forking.
If Kazoo is integrated with Tornado's ioloop then it could work in one thread with application
and it would solve forking problems.
Regards,
Godfryd
The text was updated successfully, but these errors were encountered: