[sr-dev] [kamailio/kamailio] allow more than one tcp/tls connection to same destination (#1107)

juha-h notifications at github.com
Sun Apr 30 20:29:02 CEST 2017


When K connects to another SIP proxy over TCP or TLS, the connection is shared for all requests to that destination.  If the receiving SIP proxy is K, it means that only one worker process is handling all those requests.  This may become a bottleneck if processing of requests is time consuming, e.g., because of DB operations.

It should therefore be possible one way or another to establish more than one parallel TCP or TLS connections to the same destination.  One solution could be based on a function call, such as t_forward_connect(number), to be called before t_relay specifying the desired number of parallel connections shared randomly by outgoing requests.

-- 
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/issues/1107
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170430/e845e59a/attachment.html>


More information about the sr-dev mailing list