Since the MIBBLE docs say MibLoader is not thread safe, as a relative newbie, I presume that means that I should create only one instance of MibLoader and use that throughout. Is that correct?
Mitch -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Per Cederberg Sent: Saturday, April 09, 2011 6:27 AM To: Announcements, support, and forum for Mibble users Cc: Raful CIV Mitchell H Subject: Re: [Mibble-users] multiple mibs Nothing built-in for that. But have a look at the source code for MibbleValidator.addMibs() for an example of how to loop over all files in a directory and load them one by one. Cheers, /Per On Fri, Apr 8, 2011 at 04:11, Raful CIV Mitchell H <[email protected]> wrote: > Is it possible to load all mibs in a directory at once with Mibble? If so, > how? > > Mitch > _______________________________________________ > Mibble-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/mibble-users > _______________________________________________ Mibble-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/mibble-users
