Hi all!

I'm starting to extend the Net-SNMP agent in order to support a private 
enterprise subtree. I think I'll use the dlmod (dynamically loadable modules) 
approach.

The variables under private subtree should be available non only to SNMP 
managers, but to web browsers too at the same time. So the user can choose 
between the SNMP or HTTP protocol.

I was finding a solution to store these variables in a shared way so that both 
of the servers can simply access them for reading and writing.

I know there could be a million of solutions: SQLite database, simple text 
file, XML file, shared memory and so on. But I can't choose between them.

Can someone suggest a good approach to use in a dlmod Net-SNMP agent extension?


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to