[sr-dev] [kamailio/kamailio] rtp_media_server: adding call bridging (#1823)

Daniel-Constantin Mierla notifications at github.com
Tue Jan 29 13:28:36 CET 2019


Few remarks here ...

As a matter of fact, if an external library doesn't require shared memory, leave it as it is, without enforcing Kamailio's pkg memory.

I looked over time to several libs used by different Kamailio modules, most of them are using anyhow malloc/free for what is not expected to be shared memory. Also, I found that is not easy to predict how much private memory an external lib may need, so that is impacted if enforcing pkg, resulting bad runtime behaviour. We actually never tried to enforce pkg to external libs (e.g., like mysql or postgres clients, redis/mongodb, ...).

If needed to use shared memory, then it is a must to set our shm memory manager for external libs. We have to do it for TLS, because the connections are shared among Kamailio workers.

Otherwise, PKG must be used for the code written in Kamailio.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1823#issuecomment-458522067
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190129/20584cfd/attachment.html>


More information about the sr-dev mailing list