[SR-Users] Create new listener on the fly

H Yavari hyavari at rocketmail.com
Tue Oct 25 23:02:24 CEST 2022


 Thanks Alex for your elaboration; you are right. This is the reason that the current ims_ipsec module will create a bunch of listeners at startup that looks not efficient.

Regards,Hossein

    On Tuesday, October 25, 2022 at 01:28:38 PM PDT, Alex Balashov <abalashov at evaristesys.com> wrote:  
 
 Well, no, it just stems from some knowledge of Kamailio’s multiprocess architecture.

Kamailio uses a static pool of preforked SIP worker processes, and this is initialised once upon startup. These child processes are spawned for every listener, and communicate and share data using SysV IPC and shared memory. The shared memory pool is likewise initialised upon startup, as is the small fixed-size area of private memory associated with each other worker process (“package memory”). 

While perhaps not strictly impossible to alter, this setup isn’t particularly amenable to the dynamic creation and destruction of listeners, or the additional child processes they beget. The child processes need to be forked on startup, before their heap is laden with runtime baggage. All this is relatively expensive to initialise. 

— Alex

> On Oct 25, 2022, at 4:14 PM, H Yavari <hyavari at rocketmail.com> wrote:
> 
> Thanks Alex.
> Is there any document or material that tells more about those reasons?
> 
> 
> Regards,
> Hossein
> 
> 
> On Tuesday, October 25, 2022 at 01:00:18 PM PDT, Alex Balashov <abalashov at evaristesys.com> wrote:
> 
> 
> Hi,
> 
> Unfortunately, for a variety of architectural reasons, this is not practical. 
> 
> — Alex
> 
> > On Oct 25, 2022, at 12:43 PM, H Yavari <hyavari at rocketmail.com> wrote:
> > 
> > Hi Kamailio community,
> > 
> > 
> > I am running an IPsec server beside Kamailio, so I am interested to know if there is any method to create a SIP listener on a specific port on the fly. I mean, when I create the IPsec SAs through the IPsec server, I ask Kamailio to create a listener/handler for that port too.
> > This case might be very rare, but it is always good to hear community ideas. 
> > 
> > Thank you.
> > 
> > Regards,
> > Hossein
> 
> > __________________________________________________________
> > Kamailio - Users Mailing List - Non Commercial Discussions
> > sr-users at lists.kamailio.org
> > Important: keep the mailing list in the recipients, do not reply only to the sender!
> > Edit mailing list options or unsubscribe:
> > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
> 
> -- 
> Alex Balashov | Principal | Evariste Systems LLC
> 
> Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free)
> Web: http://www.evaristesys.com/, http://www.csrpswitch.com/
> 
> 
> __________________________________________________________
> Kamailio - Users Mailing List - Non Commercial Discussions
> sr-users at lists.kamailio.org
> Important: keep the mailing list in the recipients, do not reply only to the sender!
> Edit mailing list options or unsubscribe:
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
> 
> __________________________________________________________
> Kamailio - Users Mailing List - Non Commercial Discussions
> sr-users at lists.kamailio.org
> Important: keep the mailing list in the recipients, do not reply only to the sender!
> Edit mailing list options or unsubscribe:
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

-- 
Alex Balashov | Principal | Evariste Systems LLC

Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free)
Web: http://www.evaristesys.com/, http://www.csrpswitch.com/


__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions
sr-users at lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the sender!
Edit mailing list options or unsubscribe:
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20221025/0184e9de/attachment.htm>


More information about the sr-users mailing list