On 31/07/07, Need Help <[EMAIL PROTECTED]> wrote: > Does this mean the subagent and master agent > should be started in the same thread, or can I start the subagent in a > thread of it's own and still be safe?
The whole point of having master and subagents is that they are two completely separate applications. I wouldn't run them as separate threads from the same basic application - better to invoke them as two completely separate applications. Or at the very least, use fork() and exec() to separate them off from your main application driving routine. The same would hold true for any subsequent subagents too. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
