There's not a limit, sqlbox will manage the queueing nicely. The throughput you'll get will sure be limited by a number of factors:
* Operator's limit (Throttling) * TCP/IP throughput (bandwidth between you and the SMSC) * CPU performance * Kannel configuration Usually, that means that you'll get nearly as fast as it can get. Regards, On 5/17/06, Luis Valencia <[EMAIL PROTECTED]> wrote:
Nice trick, I was looking for an app to make this job, but this way is easier. But do you know if there is any limitation in the number of messages I can insert and to be sure don't affect in the kannel troughput? thanks Luis Valencia -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro Guerrieri Sent: Martes, 16 de Mayo de 2006 05:46 p.m. To: [email protected] Subject: Re: sms_router sleeping when bulking Use sqlbox for bulk sms. It _flies_ comparing to opening an http connection for each message you sent. You just have to insert the messages to send in an sql table and the module makes the job for you, fast and reliably. Hope it helps, -- Alejandro Guerrieri Magicom http://www.magicom-bcn.net/ LinkedIn: http://www.linkedin.com/in/aguerrieri On 5/13/06, Fourat Zouari <[EMAIL PROTECTED]> wrote: > Am doing bulk sms, attacking kannel '/cgi-bin/sendsms' url, and it's going > very slowly, when debugging, i see this line in the bearerbox log repeating > each 60 MT messages : > > 2006-05-13 16:38:58 [4556] [8] DEBUG: sms_router: time to sleep 30.00 secs. > > Am using SMS-C connexion. > Anyone can help ? > how to increase/decrease this sleep time value ? >
-- Alejandro Guerrieri Magicom http://www.magicom-bcn.net/ LinkedIn: http://www.linkedin.com/in/aguerrieri
