3 Replies Latest reply on Feb 23, 2006 4:39 PM by lhoriman

    Thread model for @Service beans?

      I couldn't find anything explicit about this in the docs:

      What's the thread model for a @Service bean? Will all requests to the Local, Remote, and Management interfaces queue and be processed one-at-a-time? Or should the bean be designed thread-safe?

      If parallel thread access is not allowed, is there any way to enable it? One of my management calls takes a while and the object needs to service other calls in the mean time.

      Thanks,
      Jeff Schnitzer