submit vs AdvancedSubmit / Throughput

Smpp v3.4 client

Moderator: alt

Locked
stevep
Posts: 30
Joined: Wed May 02, 2007 7:41 pm

submit vs AdvancedSubmit / Throughput

Post by stevep » Tue May 08, 2007 12:08 pm

I'm getting to grips with this component now, I like the power and simplicity. A couple of more questions to ask though.

Submit and AdvancedSubmit seem to have the same response and passed parameters. What is the difference between them?

Do you know what the estimated message throughput could be on this component?

Steve
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Tue May 08, 2007 2:07 pm

Some SMSC has limits on message throughput. In ALT.SMS.SmppClient you can specify SubmitSpeed value (messages per minute).
AdvancedSubmit checks SubmitSpeed value and limits repeated submits in order to avoid ESME_RTHROTTLED status.
stevep
Posts: 30
Joined: Wed May 02, 2007 7:41 pm

Post by stevep » Tue May 08, 2007 3:01 pm

My SMSC limits me to 30 mps so 1800 per minute..

With Advanced submit, if I set the SubmitSeed to 1800 will the messages queue in the component or will the component return an error in submit?
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Tue May 08, 2007 3:43 pm

Component will sleep until next message can be sent. Even if submit status will be ESME_RTHROTTLED, component will repeat submit after sleep.
Locked