Uhm... Doesn't that just mean you want ThreadModel pool Threads 5
------ Joe From: Warren Perdue <wper...@valcom.com> Organization: Valcom, Inc. Reply-To: "pound@apsis.ch" <pound@apsis.ch> Date: Thursday, June 1, 2017 at 4:06 PM To: "pound@apsis.ch" <pound@apsis.ch> Subject: [Pound Mailing List] Limit amount of Processes Pound can create using fork() Hey guys, I have been wrecking my brain on how to limit Pound from creating additional processes. I want pound to accept only one input at a time and only allow one process to run beyond its current 4 processes. Do any of you have any idea on how I can accomplish that. I have tried setrlimit, limiting the number of forks Pound can do, add additional code to track the processes and kill any additional processes over 6. I have also tried running it as a Daemon and limit the threads but nothing works. So do any of you have any ideas on how I can get Pound to limit the number of processes that are created by Pound with incoming commands? Warren