Anshu, Please do _not_ repeat your posts.
Kannel IS multi-threaded. I don't know how did you come to those conclusions, but they're wrong. Your bottleneck is not Kannel but the GSM modem. Based on many people's prior experience, I'd say that 3-5 seconds per message is as fast as you can expect it to be. 17 msg/minute is about 3.5 seconds per message, which is quite decent performance given the scenario. If you need faster performance, you need a dedicated connection to your operator(s) or at least a connection to an aggregator, either via HTTP, SMPP, EMI or any other protocol they provide access to. Kannel supports a lot of different alternatives to hook you up, check the user guide for further information. To improve MT performance, you could also add more modems, but won't help you for MO (since each modem would have a different ANI). Regards, Alex On Thu, May 6, 2010 at 10:13 AM, Anshu Sah <[email protected]> wrote: > Hello > > I am able to receive only 17 Maximum SMS / Minute. Can you guide me how > can we increase this speed. I have seen a process going on in receiving SMS. > Please guide me if i am doing correct. > > > 1. SIM device is ready to receive SMS > 2. SMS comes to Operator SMSC and it initiates GSM modem to receive > SMS, IF GSM modem is in FREE state it will start receiving process. it will > mark its State BUSY. > 3. NOW KANNEL will Call SMS-SERVICE and Call any Web URL or Localhost > URL > 4. if URL call is finished, it will change its state FREE. > > > I Guess if it doesn't change its state busy, then it will keep receiving > SMS from SMSC, All we need to do is to handle that bigger receiving. > > Plz advice. > > -- > Regards > Anshu >
