Hacker News new | ask | show | jobs
by dspillett 5406 days ago
"for Python we will not be supporting concurrent requests until Python 2.7 is live"

Could I be guessing right in that this means no concurrancy at all within a given instance - so an instance chewing CPU time an instance blocked waiting for IO to complete are no different in this model.

1 comments

Correct.