>>>>> On Fri, 07 Jan 2005 10:55:57 +1100, Greg Wickham <[EMAIL PROTECTED]> said:
Greg> I've been plugging away at a problem in the perl SNMP module and Greg> would like to start a dialogue with anyone who has experience Greg> coding in the perl xs and SNMP world. Ug. I've done a fair amount of xs work and have hated every second of it. Greg> Hence, I've modified the SNMP library to use the single session api and Greg> invoke the perl callback from the main loop (and not directly from the Greg> snmp callback handler). I'm quite sure that the result of that work won't help. Perl isn't threaded, so I'm not sure the single session API will help you at all in this problem. Greg> In addition to these problems there definitely appears to be Greg> memory leakage in the perl. You might consider running valgrind on it... valgrind --num-callers=16 --leak-check=yes perl myfile args... It might help you determine where the leaks are. -- Wes Hardaker Sparta ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
