Re: Non-deterministic number of Memcached children processes other than worker threads

2019-12-14 Thread dormando
What're you trying to accomplish? Can you include the output of "stats" and "stats settings" on both machines? Dumb question but you've looked at the output of `ps auxH`? If just using htop you may not see the threads that're idle. TCP connections are pinned to a specific worker thread on

Re: Non-deterministic number of Memcached children processes other than worker threads

2019-12-14 Thread dormando
What version of memcached is on each machine? memcached doesn't use processes, it's multi-threaded. Different versions may have a different number of background threads. In the latest version there should be at least: - listener thread (main "process") - N worker threads - hash table maintenance

Non-deterministic number of Memcached children processes other than worker threads

2019-12-14 Thread Alireza Sanaee
Hello, I'm running Memcached on two different machines with different specifications. And I specify the number of worker threads = 4 for both machines. However, the number of child processes of the Memcached server is different on two machines. On one of them, I have 6 Memcached child