Re: anyone using EMI2 with DLR?

2001-10-06 Thread Bruno David Rodrigues
do you get the panic even if you don't specify the dlr_* in http push ? 5.3.1 Submit Short Message operation (positive result) The following list shows the parameters in the positive result data field: Parameter Type Presence Description ACK Char "A" M Positive acknowledgement MVP String

Re: Sms gateway performance...

2001-10-06 Thread Bruno David Rodrigues
I don't know about 300/sec but I once introduced a little bug in my code and my message was sent repeatedly :). I've hit my smsc account limit of 50/sec without any problem. Except that the guys didn't liked it very much :) And some days ago, there were another bug (not mine this time) and m

Re: Known bug in 1.1.4?

2001-10-06 Thread Bruno David Rodrigues
yes, it's a known bug on emi2 code. use cvs/snapshot version or change your 1.1.4 somewhere in XSER encoding: emimsg->fields[E50_NB] = octstr_format("%04d", 8 * octstr_len(str)); to the %04d -- Bruno David Rodrigues - Original Message - From: "Steve Rapaport" <

Re: RAM and page faults

2001-10-06 Thread Stipe Tolj
> As requested I xcan told you that with the latest cvs, smsc=at2 on > windows2000 there are no RAM problems, > by the way about 4 page faults every seconds. Everyone know why? Maybe due > to cygwin dll, 1.1.8? don't know. You may try Cygwin 1.3.3-2 and see what happens. Stipe [EMAIL PROTECTED]

RAM and page faults

2001-10-06 Thread Andrea Viscovich
As requested I xcan told you that with the latest cvs, smsc=at2 on windows2000 there are no RAM problems, by the way about 4 page faults every seconds. Everyone know why? Maybe due to cygwin dll, 1.1.8? Andrea