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
