Hi All,
I am working with the python package "SocketTornadIO" and
"socketio" for realtime polling on web2py. The issue I am facing is
that " if there is an established connection and some process is on
(eg.read a file and send the data to client) ; I cannot establish a
connection till the first process is over" . The new connection
request will be in queue and will be connected after the first process
is over. Though, the tornado server is asynchronous its not behaving
the same.
If any one had encountered similar issues then please revert if you
have a solution.
Thanks,
Sree