Kannel performance

2008-02-13 Thread Illimar Reinbusch - Telejazz.com
Hi Im testing Kannel performance using fakesmsc. I have set-up three fake connections and im sending 20 000 SMS per connection and kannel receives them in speed 2000 SMS/sec per connection and stores the messages in Kannel buffer. Now i have Apache2 server with PHP scripts that do the SMS

Re: Kannel performance

2008-02-13 Thread Michael Bochkaryov
Hi! First try to test only apache performance without kannel. At least you'll be sure if it's apache+php problem or something else. Some ideas (mostly about apache and php tuning): 1. Use eaccelerator to increase performance of PHP scripts. 2. Try to use some lightweight HTTP daemon (lighttpd or

wap config

2008-02-13 Thread Alvaro Cornejo
Hi All After some time I can restart trying to get the wap push stuff to work. I followed instructions from Juan and Mike and was able to have kannel send the sms with wappush info and get it on the phone. However, if I tell the cellphone to get the content, I get an Sorry, connection to

Re: wap config

2008-02-13 Thread Alvaro Cornejo
Solved... I misse-type a variable I send to my function. Sorry On 2/13/08, Alvaro Cornejo [EMAIL PROTECTED] wrote: Hi All After some time I can restart trying to get the wap push stuff to work. I followed instructions from Juan and Mike and was able to have kannel send the sms with

RE: Kannel performance

2008-02-13 Thread info.ubichip
Hello, Could you be more precise on the test environnement? Are you using mysql in both? It could depend as well how you are coding your database request. If you are asking for all the fields of each record or not Many things to explain before we could advice if the issue is from kannel or

Re: Kannel performance

2008-02-13 Thread Stipe Tolj
Illimar Reinbusch - Telejazz.com schrieb: Hi Im testing Kannel performance using fakesmsc. I have set-up three fake connections and im sending 20 000 SMS per connection and kannel receives them in speed 2000 SMS/sec per connection and stores the messages in Kannel buffer. Now i have Apache2

Re: Kannel performance

2008-02-13 Thread Stipe Tolj
Michael Bochkaryov schrieb: Hi! First try to test only apache performance without kannel. At least you'll be sure if it's apache+php problem or something else. Some ideas (mostly about apache and php tuning): 1. Use eaccelerator to increase performance of PHP scripts. 2. Try to use some

Re: Kannel performance

2008-02-13 Thread Garth Patil
Can you share your conf files for kannel and apache so we can help you test? /Garth On Feb 13, 2008 3:32 PM, Stipe Tolj [EMAIL PROTECTED] wrote: Michael Bochkaryov schrieb: Hi! First try to test only apache performance without kannel. At least you'll be sure if it's apache+php problem or

from number in wap push

2008-02-13 Thread Alvaro Cornejo
Hi, is there a way to add a FROM number in a wap push? I´m trying to setup that info on the script provided by Juan but found no way to add it. Or does the bearerbox should add it with the default from number?? Regards Alvaro --