Y
Hacker News
new
|
ask
|
show
|
jobs
by
smallpaul
6296 days ago
How do you do process management? Do you have a static or dynamic number of app server processes/threads?
1 comments
jedberg
6296 days ago
Process management is done with a custom tool. In theory we could have a dynamic number of apps, but in practice it is static. Occasionally we have to take a few out of rotation, and haproxy handles it just fine.
link