8 ms·
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
by sergeys 15y 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.
- StavrosK 15y agoAh, I wasn't aware of that... That is too bad...
- ool 15y agoWhere do you get the "8 per instance"? I can't find any information about the number of threads per instance. Thanks
- sergeys 15y agoSupposedly 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.