[sr-dev] [kamailio/kamailio] Does Kamailio process each SIP message in a separate process? (Issue #3075)

jinhua luo notifications at github.com
Sun Apr 10 12:55:50 CEST 2022


I check the codes and it seems that in `udp_rcv_loop()`, each incoming message got processed in the same process, so may it get blocked by some module function? For example, when the script calls `rtpengine_manage()`, it opens a new socket, sends a message, and receives the reply in blocking way, then it blocks the whole `udp_rcv_loop()`. Is it the expected design goal? why not consider new process or threading?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3075
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/3075 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20220410/31ce4ddb/attachment.htm>


More information about the sr-dev mailing list