On 7 June 2010 16:45, Kathy McLeod <[email protected]> wrote: > If two different clients/managers issue a command to the agent "at the same > time", does the agent process them one at a time
In general, yes. The exceptions are for requests passed on to subagent, or modules that are explicitly coded to use "delayed results". But the basic processing model of the agent framework is a single pipeline. There's no attempt at multi-threading. Dave ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
