>Hi list! > >i am trying to implement multi-cast (multi-send) in smsbox. >The problem that i am face with is because the queue list limitation. >Seems that every time that the number of queued messages is higher than >2000 the bearerbox crashes...
if you run in checked memory configuration, this is a safeguard shutting down kannel as it presumes its a memory runaway situation. ./configure --with-malloc=native switches this off (and makes it a lot faster). >I suppose that could be a memory problem, if so we could develop a queue >system using the file system and not memory, or extend the current >queue system to use the file system when the memory queue list is >full... Forget about it, the existing system is very good in this respect. If queuing in memory isnt suficcient enough, I would go for a database. I had several 10'000 SMS in the queue without problems. -- Andreas Fink Fink-Consulting ------------------------------------------------------------------ Tel: +41-61-6932730 Fax: +41-61-6932729 Mobile: +41-79-2457333 Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland E-Mail: [EMAIL PROTECTED] Homepage: http://www.finkconsulting.com ------------------------------------------------------------------ Something urgent? Try http://www.smsrelay.com/ Nickname afink
