All Questions
2 questions
3
votes
1
answer
4k
views
Python Tornado I/O Loop current() vs instance() method
I have been looking through tornado documents.
While reading on IOLoop, there are contents on which It is saying like below.
In general you should use IOLoop.current as the default when
...
4
votes
3
answers
5k
views
What are the Tornado and Mongodb blocking and asynchronous considerations?
I am running the Tornado web server in conjunction with Mongodb (using the pymongo driver). I am trying to make architectural decisions to maximize performance.
I have several subquestions regarding ...