Hacker News new | ask | show | jobs
by greglindahl 3564 days ago
Python does high concurrency just fine, this example just isn't using it.

  from gevent import monkey
  monkey.patch_all()