To get good performance in ruby eventmachine you need to apply rules like:
- don't block reactor
- using em drivers to everything that system uses
Does similar rules apply to Python's Tornado library?
To get good performance in ruby eventmachine you need to apply rules like:
Does similar rules apply to Python's Tornado library?