[OpenSIPS-Users] Scalability and radiusclient-ng
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Tue Sep 9 13:22:23 CEST 2008
Iñaki Baz Castillo wrote:
> El Tuesday 09 September 2008 13:03:51 Bogdan-Andrei Iancu escribió:
>
>> Hi Iñaki,
>>
>> The correct association is : a opensips process handles a single SIP
>> message (request or reply) at a time.
>>
>> So, if you have 10 children, your opensips will not be able to process
>> more than 10 SIP messages at a time.
>>
>
> Thanks for clarification.
>
> Anyway, I would like to insist in the fact that processing a message doesn't
> involve processing a transaction, it's completely independent. Am I right?
>
A message belongs to a transaction, so when you process a message, you
can say you process the transaction the message belongs to. But several
processes may handle the same transaction in parallel - like 2 processes
, one receiving a 100 reply and the other 180 reply for the same
transaction.
Regards,
Bogdan
More information about the Users
mailing list