1 Reply Latest reply on Apr 7, 2010 9:38 AM by jaikiran

    @Service EJB usage by different clients

    csabaszucs

      Hello Guys,

       

      I read that a single @Service EJB (singleton bean) may be used by different clients and they all share the same instance of it, so there is no pooling for the bean.

       

      My question is:

      While one client is using the bean, other clients are blocked (from using it)?

      So is multi-threaded/concurrent usage of the bean possible by multiple clients?

      Do different clients use the same bean instance through different threads?

       

      Thanks a lot!

      Csaba