To: sr-users@lists.sip-router.org
Reply To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] multi-process not multi-threading
On Friday 14 August 2015 09:09:44 Alex Balashov wrote:
> Kamailio technically uses multiple forked processes, not multiple threads,
> but the end-resu
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
No, it does not mean that. :-) Multi-process vs. multi-threading is just a technical distinction amongst different kinds of "threads" that can be spawned. Kamailio technically uses multiple forked processes, not m
Hello,
Can you please help me to well understand this statement : Kamailio is a
multi-process application not multi-threading
Does this mean that if we have a machine with one processor of 8 cores ,
kamailio cannot process more than 1 call at the same time ?
Any help would be appreciated.