Hi,
We use AgenPro to generate code from our MIBs. An update thread periodically clears / populate some MIB tables and we use lock_mib() / start_synch() / unlock_mib() / end_synch() as per the FAQ
Do we need to implement locking within the user-code from the AgenPro e.g.
tableRowEntry::update() or
tableRowEntry::get_request()
Thanks