1 Reply Latest reply on Nov 8, 2002 4:23 AM by juha

    multiple invocations to the same SLSB remote reference

    fox_hk


      Hi all ejb guru

      If there are multiple caller calling SAME stateless session bean remote reference at the same time. What will happen ?

      Because the stateless session bean is non-reentrant, so (1) will the subsequent calls be blocked until the first call is returned ? (2) or will all invocations be handled in parallel ? Or (3) Different instance of stateless session beans will be picked to handle the calls in parallel ?

      l am certain if the invocations are made through different stateless session bean remote reference , case(3) will happen but l am not sure about invocations to SAME remote reference. It is very thankful if some guys can share with me your knowledge on this

      regards
      fox