Hi List!
I need some tips for optimizing kannel's performace :)
When using DLR's it performace seems to be very poor!
I run some tests with the last CVS version and with a SMSC
Large Account (EMI2) with the following parameters:
flow-control=0
window=10
throughput=50
Please share some thoughts with me :)
here is the conf file that i am using for running this test
(is a little na�f ;) ) for both bearerbox and single smsbox
<<<< ----------- start smskannel.conf ------------------------
group = core
admin-port = 14000
smsbox-port = 14001
admin-password = bar
log-file = "/opt/kannel/kannel_dlr.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "+351,00351,0;+,00"
access-log = "/opt/kannel/access_dlr.log"
#LARGE ACCOUNT CONFIG
group = smsc
smsc = emi2
smsc-id = OPT
host = <-- DELETED -->
port = <-- DELETED -->
smsc-username = <-- DELETED -->
smsc-password = <-- DELETED -->
flow-control=0
window=10
throughput=50
group = smsbox
bearerbox-host = lxrhdevcrm01
sendsms-port = 14013
global-sender = 1214
sendsms-chars = "0123456789 -+"
log-file = "/opt/kannel/smsbox_dlr.log"
log-level = 0
access-log = "/opt/kannel/access_dlr.log"
group = sms-service
keyword = nop
text = "You asked nothing and I did it!"
group = sms-service
keyword = default
text = "No service specified"
group = sendsms-user
username = tester
password = foobar
<<<< ----------- end smskannel.conf ------------------------
cheers,
Valter Santos