SubmitSpeed

Smpp v3.4 client

Moderator: alt

Locked
Goraciy
Posts: 7
Joined: Wed Aug 26, 2009 1:32 pm
Location: Russia

SubmitSpeed

Post by Goraciy » Thu Dec 24, 2009 8:45 am

Whether probably by means of your client to send SMS with a speed it is more than 60 in a second
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Dec 24, 2009 8:58 am

Yes, you can send SMS with async methods like SubmitTextAsync.
It is about 1000 SMS per minute.
Goraciy
Posts: 7
Joined: Wed Aug 26, 2009 1:32 pm
Location: Russia

Post by Goraciy » Thu Dec 24, 2009 11:42 am

That is speed of sending in an asynchronous mode does not exceed 16 in a second?
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Dec 24, 2009 3:50 pm

SubmitSpeed defines number of SMS per minute.

Some SMSC have limit of allowed SMS per minute. And when this limit is exceeded, SMSC returns status ESME_RTHROTTLED.

SubmitSpeed property is used in the method AdvancedSubmit to prevent of receiving of this error status.

In asynchronous methods this property is not used. So the speed of sending async messages depends only on performance of servers or bandwidth of network channel.
Goraciy
Posts: 7
Joined: Wed Aug 26, 2009 1:32 pm
Location: Russia

Post by Goraciy » Fri Dec 25, 2009 1:16 pm

Thanks.
Whether probably in the future to carry out sending of messages in an asynchronous mode in some streams.
As it is impossible to reduce speed of sending of the message less than 16 msec : (
Locked