thousands requests per day are not an issue for average Apache install at all 
...

only the high load peaks could cause timeouts, but just for such cases kannel 
has a retry option .. ?
before to go for expensive hardware, try to tune the kannel and the Apache
play a bit with the retry option values
use fake_smsc to test

RE the Apache hosted scripts do not use mod_python or Java, because their 
default behavior is
to timeout the first request and to handle the next once very fast. There are 
several reasons for that.
I had several issues with a client of mine using mod_python...

in case you have millions of MO/MT hits, its another story
in this case use sqlbox to handle the MO traffic in proper db like postgresql 
and oracle
simple onInsert rules could proceed the traffic routing rules according your 
live services ....

cheers

seik

-----Original Message-----
From: Khary Sharpe [EMAIL PROTECTED]
Sent: 14 ?????? 2007 ?.
To: seik
Subject:How to stop 'Could not fecth' error from going to mobile 

> Hi Rodrigo,

> Thanks for your reply.

> The configuration below appears (based on the docs) to apply to the smsbox 
> and not the sms-service, is this the case or does it apply to both?

> Good suggestion on running locally however, we are processing hundreds of 
> thousand request per day and it appears
> that the LAMP (specifically apache) is not handling the requests that well.  
> Placing it locally may have an impact on the kannel server which we don't 
> want .

> We are going to setting up load balancing on the web server but the hardware 
> will take sometime.  I wanted an interim solution.

> - Khary


> Rodrigo Cremaschi wrote: 
> Hi Khary:

>     You can use "reply-couldnotfetch" configuration variable to change
> the message. That will not stop the message from reaching the phone,
> though. Maybe you can try a combination of

> reply-couldnotfetch = ""
> omit-empty = true

> as Seik suggests. I never tried it.

>     The best way to avoid this problem is effectively fetching the
> content from the webserver.

>     If you still can't get your webserver to be always available, you
> will need some programming to catch the error before it reaches Kannel
> (using a local script as an interface between Kannel and the
> webserver).

>     Best regards,

> Rodrigo.


> On 8/13/07, seik <[EMAIL PROTECTED]> wrote:
>   
> http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html
> Table 6-8. SMS-Service Group Variables
> omit-empty = true

> cheers

> seik


> -----Original Message-----
> From: Khary Sharpe [EMAIL PROTECTED]
> Sent: 13 ?????? 2007 ?.
> To: seik
> Subject:How to stop 'Could not fecth' error from going to mobile

>     
> Hi All,
>       

> Does anyone know how disable the 'Could not fech' error that is sent
> back to phones when Kannel fails to fetch a URL?
>       

> Thanks
>       

> - Khary
>       




>     

>   



Reply via email to