Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-28 Thread Giulio Harding
Sorry I didn't reply sooner - I was away sick last week, and I'm only just getting back into things at work... I've just tested Alex's patch, and first impressions are good - I've set max-pending-requests to 400, and I can swamp Kannel on our test server (~500 MOs/sec and ~180 MTs/sec)

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-28 Thread Vincent CHAVANIS
HTTP MO delivery failing under load Sorry I didn't reply sooner - I was away sick last week, and I'm only just getting back into things at work... I've just tested Alex's patch, and first impressions are good - I've set max-pending-requests to 400, and I can swamp Kannel on our test server

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-28 Thread Stipe Tolj
Giulio Harding wrote: Sorry I didn't reply sooner - I was away sick last week, and I'm only just getting back into things at work... I've just tested Alex's patch, and first impressions are good - I've set max-pending-requests to 400, and I can swamp Kannel on our test server (~500

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-28 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch is a try to fix too much open filedescriptors when handling MO/DLR in smsbox. Patch adds new config option to smsbox group 'max-pending-requests'. If no option given max-pending-requests is set to 1024. This is resonable value for open

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-28 Thread Stipe Tolj
Vincent CHAVANIS wrote: ++1, with Giulio's comments (default: max of = 512 or whatever reasonnable less than 1024) tested on FC5 , with max-pending-requests = 512 Currently in production status. Then attached a patch correcting a typo error. +1, commited to cvs. Thanks for the catch.

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-27 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch is a try to fix too much open filedescriptors when handling MO/DLR in smsbox. Patch adds new config option to smsbox group 'max-pending-requests'. If no option given max-pending-requests is set to 1024. This is resonable value for open

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-26 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch is a try to fix too much open filedescriptors when handling MO/DLR in smsbox. Patch adds new config option to smsbox group 'max-pending-requests'. If no option given max-pending-requests is set to 1024. This is resonable value for open

[PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-24 Thread Alexander Malysh
Hi, attached patch is a try to fix too much open filedescriptors when handling MO/DLR in smsbox. Patch adds new config option to smsbox group 'max-pending-requests'. If no option given max-pending-requests is set to 1024. This is resonable value for open filedescriptors. Patch is really

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-24 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch is a try to fix too much open filedescriptors when handling MO/DLR in smsbox. Patch adds new config option to smsbox group 'max-pending-requests'. If no option given max-pending-requests is set to 1024. This is resonable value for open