Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-05 at 09:39, Aarno Syvänen wrote: Paul Keogh kirjoittaa tiistaina, 4. kesäkuuta 2002, kello 14:51: Yes, but when this is triggered bb_smscconn_receive () logs the event and returns -1. All the SMSC drivers except HTTP ignore the return code from bb_smscconn_receive ().

RE: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Warren Liu
; [EMAIL PROTECTED] Subject: Re: EMI: Serious Problem PANIC: Too many concurrent allocations On Wed, 2002-06-05 at 09:39, Aarno Syvänen wrote: Paul Keogh kirjoittaa tiistaina, 4. kesäkuuta 2002, kello 14:51: Yes, but when this is triggered bb_smscconn_receive () logs the event

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Aarno Syvänen
Bruno David Rodrigues kirjoittaa keskiviikkona, 12. kesäkuuta 2002, kello 12:22: Yes, it indeed seems that this code can use some rewriting :( Does Paul's suggestion met your big file needs (let us plan better this time). Aarno Paul Keogh kirjoittaa tiistaina, 4. kesäkuuta 2002, kello

RE: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-12 at 10:40, Warren Liu wrote: There may be a possibility on the lack of ram on your machine maybe? On our production machine, there are times during high traffic hours where apache plus kannel was eating up almost everything in terms of ram and cpu. Pushing close to the kind

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Stipe Tolj
Bruno David Rodrigues wrote: I recall that smsbox*.log have each and every message but bearerbox_*.log lost almost 25%. but those messages that have been logged in smsbox.log, but *not* in bearerbox.log have to be queued in the store file, right?! Can you verify this? BTW, I'd like to

Message store (Was: EMI: Serious Problem PANIC: Too many concurrent allocations)

2002-06-12 Thread Oded Arbel
PROTECTED]; 'Aarno Syv?en'; 'Paul Keogh'; [EMAIL PROTECTED] Subject: Re: EMI: Serious Problem PANIC: Too many concurrent allocations Bruno David Rodrigues wrote: I recall that smsbox*.log have each and every message but bearerbox_*.log lost almost 25%. but those messages that have

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-12 at 11:36, Stipe Tolj wrote: Bruno David Rodrigues wrote: I recall that smsbox*.log have each and every message but bearerbox_*.log lost almost 25%. but those messages that have been logged in smsbox.log, but *not* in bearerbox.log have to be queued in the store

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-12 Thread Stipe Tolj
Bruno David Rodrigues wrote: On Wed, 2002-06-12 at 11:36, Stipe Tolj wrote: Bruno David Rodrigues wrote: I recall that smsbox*.log have each and every message but bearerbox_*.log lost almost 25%. but those messages that have been logged in smsbox.log, but *not* in

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-05 Thread Aarno Syvänen
Paul Keogh kirjoittaa tiistaina, 4. kesäkuuta 2002, kello 14:51: Yes, but when this is triggered bb_smscconn_receive () logs the event and returns -1. All the SMSC drivers except HTTP ignore the return code from bb_smscconn_receive (). Therefore, the message is silently dropped from the

RE: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-04 Thread Paul Keogh
Kannel currently has configuration variable maximum-queue-length. See user- guide for details. Yes, but when this is triggered bb_smscconn_receive () logs the event and returns -1. All the SMSC drivers except HTTP ignore the return code from bb_smscconn_receive (). Therefore, the message

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-03 Thread Kalle Marjola
On Sat, 1 Jun 2002, Jari Juslin wrote: So, panic to Too many concurrent allocations can happen if a) Kannel just has so high load, that is needs huge amounts of memory or b) if Kannel leaks too much memory. Am I right? Yes. The reason a) is encountered when incoming traffic is faster than

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-03 Thread Aarno Syvänen
Kalle Marjola kirjoittaa maanantaina, 3. kesäkuuta 2002, kello 10:37:On Sat, 1 Jun 2002, Jari Juslin wrote: So, panic to Too many concurrent allocations can happen if a) Kannel just has so high load, that is needs huge amounts of memory or b) if Kannel leaks too much memory. Am I right?

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-06-02 Thread Oded Arbel
Jari Juslin wrote: Jari Juslin wrote: Further question: In general situation, does this really correct problems or just hide them? Ok, I was a bit hasty once again. By reading the mailing list archive and code I came to this asumption: if I want to run Kannel under heavy load, I

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-05-31 Thread Bruno Rodrigues
On Sat, 2002-06-01 at 02:11, Jari Juslin wrote: Kalle Marjola wrote: On 24 May 2002, Abd Rahman Johari wrote: I'm trying to send out SMS Broadcast and after a while kannel just die because of PANIC: Too many concurrent allocations You need to compile Kannel with

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-05-31 Thread Jari Juslin
Jari Juslin wrote: Further question: In general situation, does this really correct problems or just hide them? Ok, I was a bit hasty once again. By reading the mailing list archive and code I came to this asumption: if I want to run Kannel under heavy load, I need to increase

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-05-25 Thread Stipe Tolj
Kalle Marjola wrote: Hm, this question needs to be a s a first one in FAQ, it is so often asked.. (in fact I could not find it from FAQ section at all..) definitly +1 ;) Stipe [EMAIL PROTECTED] --- Wapme Systems AG

Re: EMI: Serious Problem PANIC: Too many concurrent allocations

2002-05-24 Thread Kalle Marjola
On 24 May 2002, Abd Rahman Johari wrote: I'm trying to send out SMS Broadcast and after a while kannel just die because of PANIC: Too many concurrent allocations You need to compile Kannel with non-checking malloc, i.e. use native malloc. ./configure --with-defaults=speed or

EMI: Serious Problem PANIC: Too many concurrent allocations

2002-05-23 Thread Abd Rahman Johari
Hi, I have this problem I'm trying to send out SMS Broadcast and after a while kannel just die because of PANIC: Too many concurrent allocations Is that any way i can increase the concurrent allocations process? Base on your experience, how many SMS can kannel process per second? I'm using