Hi,
As someone asked in http://lists.sip-router.org/pipermail/sr-users/2010-December/066792.html about TCP overload, Daniel answerd that
"if you have some lengthily operations that have to be applied to your sip traffic and you get congestion because of that, the solution is to use a kamailio as load balancer in front of a farm of proxy doing the actual processing"
How to use Kamailio as load balancer ?
On Tue, May 7, 2013 at 10:10 AM, Khoa Pham onmyway133@gmail.com wrote:
Hi,
As someone asked in http://lists.sip-router.org/pipermail/sr-users/2010-December/066792.html about TCP overload, Daniel answerd that
"if you have some lengthily operations that have to be applied to your sip traffic and you get congestion because of that, the solution is to use a kamailio as load balancer in front of a farm of proxy doing the actual processing"
How to use Kamailio as load balancer ?
Dispatcher module. http://www.kamailio.org/docs/modules/4.0.x/modules/dispatcher.html
-- Khoa Pham HCMC University of Science Faculty of Information Technology
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
7 maj 2013 kl. 05:10 skrev Khoa Pham onmyway133@gmail.com:
Hi,
As someone asked in http://lists.sip-router.org/pipermail/sr-users/2010-December/066792.html about TCP overload, Daniel answerd that
"if you have some lengthily operations that have to be applied to your sip traffic and you get congestion because of that, the solution is to use a kamailio as load balancer in front of a farm of proxy doing the actual processing"
How to use Kamailio as load balancer ?
Another way is to try to suspend incoming transactions and process them in a background process. This has been discussed many times and you can find more information in the mailing list archives.
/O