Hi, Wilfried Goesgens recommended strongly to use in the SMSbox configuration immediate-sendsms-reply = true when using the latest CVS, to prevent running out of file descriptors.
Have others found this to be true, as otherwise the CVS maintainers userguide should put it in as it will help many people. He also recommended changing the source by removing the config options from cfg.dev, and removing the if conditions from source, and just do what would have been done if its enabled. (there is no else case in any of these if's.)" Is both the immediate-sendsms-reply = true configuration option and the change in the source necessary? Rgds -----Original Message----- From: Wilfried Goesgens [mailto:[EMAIL PROTECTED] Sent: 08 August 2005 14:05 To: Hillel Subject: Re: immediate-sendsms-reply = true On Mon, Aug 08, 2005 at 10:47:36AM +0200, Hillel wrote: > Hi, > > The immediate-sendsms-reply = true option in the smsbox for large load is > interesting. > > But you also mentioned "I would suggest to remove this config option and its > if's from smsbox, as i 've experienced too, that it makes kannel extremely > unreliable." > > Are you saying this option makes the system more unreliable? > And if so, what do you suggest? it really does. smsbox doesn't close inbound http connections anymore, and runs out of file descriptors. This wasn't that extreme with kannel CVS versions prior to last x-mas. But now, a kannel not configured with that options renders allmost unusable. The scripts feeding kannel block because of kannel not closing the connection. and if you add a timeout in the http connection, smsbox doesn't close the fd. I suggest to remove the config options from cfg.dev, and remove the if conditions from source, and just do what whould have been done if its enabled. (there is no else case in any of these if's.) > > Thanks for the insight. > > > --