Hi,
For a multi-threaded NMS module that handles SNMP outbaound sessions and incomming traps, I am looking for a high level API that utilizes the java 1.5/1.6 threading API.
I have encountered several libraries, namely they are:
http://tempus-fugit.googlecode.com/svn/site/documentation/concurrency.html
http://code.google.com/p/jetlang/
http://prometheus.codehaus.org/overview.html
http://code.google.com/p/jconch/
Has anyone had real experience with any of these libraries or some other library?
I only need the threading module not the SNMP module.
Thanks,