Re: [SR-Users] best way to cope with peaks in traffic

2014-10-27 Thread davy van de moere
Hey Alex, thanks for your prompt insights! This info will have saved me quite some mistakes ;) thx! 2014-10-26 20:28 GMT+01:00 Alex Balashov : > If you want to rate-limit traffic below the throughout thresholds of the > children, look at the pipelimit module. It would obviate the need for > man

Re: [SR-Users] best way to cope with peaks in traffic

2014-10-26 Thread Alex Balashov
If you want to rate-limit traffic below the throughout thresholds of the children, look at the pipelimit module. It would obviate the need for manual htable statekeeping. On 26 October 2014 15:23:27 GMT-04:00, Alex Balashov wrote: >Workers process SIP messages, which means both requests and

Re: [SR-Users] best way to cope with peaks in traffic

2014-10-26 Thread Alex Balashov
Workers process SIP messages, which means both requests and replies. So, you can't use request-oriented tracking to make that decision. The answers to your question are basically: 1. Keep your call processing as fast and light as possible. 2. Use async methods. Async methods only help so mu