What do you mean under 'delay'?

Well, you can insert the messages into send_sms with a delay inside your
program, i.e (on bash):

for i in $(seq 1 10); do mysql -e "INSERT INTO send_sms set receiver=... ";
sleep 1; done

2012/6/24 Moazzam Ali <[email protected]>

> throughout controls the overall bind capacity not something to control the
> delay between the queued messages
>
> //moazzam
>
> On Sun, Jun 24, 2012 at 4:16 PM, Willy Mularto <[email protected]>wrote:
>
>> Set the throughput
>> On Jun 21, 2012 2:42 AM, "Moazzam Ali" <[email protected]> wrote:
>>
>>> is it possible to define delay interval between the queued messages?
>>>  For example if there are 100 SMS queued then after every second one SMS
>>> should be submitted to SMSC?
>>>
>>> //moazzam
>>>
>>>
>

Reply via email to