Re: [SR-Users] multi-process not multi-threading

2015-08-14 Thread Alex Balashov
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

Re: [SR-Users] multi-process not multi-threading

2015-08-14 Thread Daniel Tryba
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

Re: [SR-Users] multi-process not multi-threading

2015-08-14 Thread Alex Balashov
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

[SR-Users] multi-process not multi-threading

2015-08-14 Thread Ali Taher
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.