Stipe Tolj <[EMAIL PROTECTED]> wrote:
> Rory Campbell-Lange schrieb:
>> 
>> Thanks very much for your message, Stipe.
>> 
>> Upon enquirey it appears that the target SMPP host only allows 6
>> messages a second to pass through on our service. I was trying to send
>> 150 messages in less than a second!
> 
> yeah, Kannel performs very well ;))
> 
>> I've slowed down the sending system. However, is there a way of
>> throttling the number of messages sent in a second or automatically
>> retrying requeued messages when sending clients try to send too many
>> messages in a few moments?
> 
> not directly in the SMPP module. There is an implementation inside the
> EMI/UCP module. This is definetly a issue for the SMSCConn abstraction
> layer. 
> 
> Bruno and Angel, are you guys agree'ing?

You need to "sleep" right after sending the message for it to work.
We can have configuration code in smsccon abstraction and only that
"usleep" inside smsc_* modules.



Reply via email to