Hi Mickael,
With all respect, I definately you should have a look at your lighttpd
or apache config.
2500 DLRs in 5 minutes is only 8.33 DLR pr. second.
That shouldn't create much load on your system.
......................................
Med venlig hilsen / Best Regards
Mads N. Vestergaard
Teknisk ansvarlig / CTO CoolSMS
www.coolsms.com
Phone: +45 7026 1272
Fax: +45 7630 1046
Mobile: +45 4270 1272
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager. This message contains confidential information and
is intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system. If you
are not the intended recipient you are notified that disclosing,
copying, distributing or taking any action in reliance on the contents
of this information is strictly prohibited.
Den 04/04/2008 kl. 22.01 skrev Mickael - System Administrator (WebD
Services):
Jovan Kostovski a écrit :
On Fri, Apr 4, 2008 at 6:54 PM, Mickael - System Administrator (WebD
Services) <[EMAIL PROTECTED]> wrote:
Hello,
How to limit the call of dlr-url to 2 or 3 pages / sec requests?
Did you set the dlr-mask parameter?
With this parameter you can define on which state of the SMS, Kannel
will call the dlr-url.
Usually is sufficient to set the dlr-mask to 3 which means (dlr-url
will be called when the
message is delivered or not to the recipient.
dlr-mask=3 (success+failure)
1 (success or failure) * 2500 SMS = 2500 process Apache/Lighttp into
5 minutes ... !!!
from the kannel docs:
dlr-mask number (bit mask) Optional. Request for delivery reports
with the state of the sent message. The value is a bit mask composed
of: 1: Delivered to phone, 2: Non-Delivered to Phone, 4: Queued on
SMSC, 8: Delivered to SMSC, 16: Non-Delivered to SMSC. Must set
dlr-url on sendsms-user group or use the dlr-url CGI variable.
HTH, Jovan