Discussion:
[SR-Users] async workers
Alex Balashov
2014-10-23 01:36:48 UTC
Permalink
Hi,

What is the practical limit to the number of async worker processes?

With SIP child processes, it seems to be about the number of available
CPUs in /proc/cpuinfo. After that--at least, per my testing--one begins
to hit the point of diminishing returns, presumably due to SHM IPC and
synchronisation issues.

Is the restriction similar in the async execution context?
--
Alex Balashov - Principal
Evariste Systems LLC
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/

Please be kind to the English language:

http://www.entrepreneur.com/article/232906
Alex Balashov
2014-10-23 02:03:46 UTC
Permalink
Also, what is the point of core async_workers setting versus the
'workers' modparam to async? Are they supposed to equal each other? Does
one override the other?
Post by Alex Balashov
Hi,
What is the practical limit to the number of async worker processes?
With SIP child processes, it seems to be about the number of available
CPUs in /proc/cpuinfo. After that--at least, per my testing--one begins
to hit the point of diminishing returns, presumably due to SHM IPC and
synchronisation issues.
Is the restriction similar in the async execution context?
--
Alex Balashov - Principal
Evariste Systems LLC
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/

Please be kind to the English language:

http://www.entrepreneur.com/article/232906
Loading...