I am using the Westhawk Java SNMP stack in my application. The PDU objects create their own threads to handle network I/O.
Is it safe to use objects like this within an EJB3 Stateless Session Bean? Alternatively, should I be using network I/O methods that block? Incidentally, when the PDU objects get their results, my callback function uses InitialContext.lookup to find a new instance of the SLSB to process the callback in the current thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915804#3915804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915804 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
