[OpenSIPS-Devel] [opensips] load_balancer module enhancements (#345)

Bogdan Andrei IANCU notifications at github.com
Mon Feb 2 11:02:34 CET 2015


@shripchenko, I uploaded your first patch, the one with the fixes on mallocs - thank you.

On the second patch - the load are evaluated (and destination selected) under the lock of the resources. So if you have the first call, it will get the first destination; next call will take the second (as the first one already has +1 load); third call will go to the third destination and so on. Unless the first one is already freed (0 load) by short call. So the load distribution is still good, but the first will keep getting the 0 duration calls. I guess this is your case, right ?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/345#issuecomment-72431444
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20150202/f6e17876/attachment.htm>


More information about the Devel mailing list