0

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?

oz123
  • 27,559
  • 27
  • 125
  • 187
Sławosz
  • 11,187
  • 15
  • 73
  • 106
  • 2
    Of course. They are the same, actually. :) Don't block the reactor and use evented libs. – Sergio Tulentsev Oct 31 '13 at 10:33
  • what Sergio said, as well as the main reason why EM can be hard for early learners is that the rcore and stand ruby libs aren't evented (unlike nodejs, which was built to be evented from the outset) – maniacalrobot Oct 31 '13 at 13:43

0 Answers0