3
votes
1answer
262 views

using blocking APIs with non-blocking server

We are using Tornado for our system (behind nginx) -- and everything is working fine. Now we need to integrate a client lib (for Neo4j Graph DB) into our system. The problem is that it is blocking. ...
2
votes
4answers
881 views

Best asynchronous server for Python 3.x [closed]

We have an application that does a lot of ajax calls. It is a collaborative application that has to handle a lot of short text edits and updates by users. Since this application has to deal with a ...