Tagged Questions
1
vote
1answer
90 views
run many python web apps without eating the processor away
I need to run many Python web apps (mostly Django, but not all of them) on a server. Currently I'm running them with uwsgi emperor mode (I guess... I just have all configs in /etc/uwsgi/apps-enabled/) ...
4
votes
1answer
158 views
Unexpected shutdown with heavy single threaded process and single core affinity
I'm not sure what's the cause of the problem, but it happened 3 times in two weeks under similar conditions.
I checked with the laptop's support desk and they made me run several tests to see if my ...