Hacker News new | ask | show | jobs
by sergeys 5402 days ago
Unfortunately there's a limited number of threads to handle requests (like 8 per instance) and you can't create new long-lived threads. While an improvement, it's not a solution to the problem.
2 comments

Where do you get the "8 per instance"? I can't find any information about the number of threads per instance. Thanks
Supposedly it will change, but that's what's available in Python 2.7 preview. The number might be different on release, but I don't think the limit itself will be removed.
Ah, I wasn't aware of that... That is too bad...