On Friday 14 August 2015 09:09:44 Alex Balashov wrote:
Kamailio technically uses multiple forked processes, not multiple threads, but the end-result is the same. And multiple processes certainly run on multiple cores.
My guess is Ali is asking a different question: If there are n cpus and m threads, how many messages can be handled concurrently.
The answer is that there is no direct relation, but is it worth having m>n?