There is only one handler instance per Connector. Remoting could (and probably would) make calls on the handler concurrently. It is up to the handler implementation to be thread safe. I don't want to impose single thread model on handlers. Same goes for MBean handlers.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860958#3860958 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860958 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
