Skip to main content

All 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 ...
SangminKim's user avatar
  • 9,176
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 ...
Rocketman's user avatar
  • 3,524