Re: embedded perl, memory leak

2004-10-20 Thread Users
On Mon, 18 Oct 2004 09:28:19 +0200 Thomas wrote: TA> Jean-Michel Favre wrote: TA> > I'am at present testing embedded perl both as an TA> > extension of snmpd and snmptrapd. (net-snmp 5.2.pre2). TA> > TA> > The perl extension to snmptrapd consumes a large amount of TA> > memory even when the perl

Re: embedded perl, memory leak

2004-10-18 Thread Thomas Anders
Jean-Michel Favre wrote: I'am at present testing embedded perl both as an extension of snmpd and snmptrapd. (net-snmp 5.2.pre2). The perl extension to snmptrapd consumes a large amount of memory even when the perl trap handler is a single return instruction. with snmpd, the request handler being

embedded perl, memory leak

2004-10-17 Thread Jean-Michel Favre
I'am at present testing embedded perl both as an extension of snmpd and snmptrapd. (net-snmp 5.2.pre2). The perl extension to snmptrapd consumes a large amount of memory even when the perl trap handler is a single return instruction. with snmpd, the request handler being a sub with a return, t