i just want to confirm this. i've read about it in the users guide and i want to make absolutely sure that i understood it correctly.

i have throughput set to 10 as proscribed by my smsc documentation. if i put:

foreach($1_million_messages as $number => $msg)
    doKannelSend($number,$msg);

it will hold the million messages in a queue and send them to the smsc 10 at a time until they're all done right?

i mean, maybe not a million, but a large number is what i'm trying to say.

cheers

iain

Reply via email to