All Questions
3 questions
0
votes
1
answer
934
views
php threads (not processes) keep mounting up until server crashes
I've been struggling with the following problem for a while now and would very much appreciate your help.
My webserver completely crashes on a regular basis due to too many php threads.
The number ...
7
votes
1
answer
5k
views
Python Threads and uWSGI Harakiri
I have a webapp that is using an API built on nginx, uWSGI, and Django. Recently I have been seeing a lot of harakiris on a particular API call which does some quick processing and then spawns a few ...
6
votes
2
answers
5k
views
Nginx worker_processes and multi core cpu's - Do Hyper-threading cores count?
Quite often, when reading about the recommended worker_processes for nginx it is stated that this should be set to the numbers of cores the server hosting nginx has.
We were wondering if we should ...