2 Replies Latest reply on Mar 5, 2002 12:38 PM by earlgrey

    Parallel execution threads vs. EJB spec compliance

    earlgrey

      Hi all,

      we need to implement a service (SLSB) that offers parallel execution to a single client in order to benefit from SMP-server. However, the spec prohibits thread creation within EJBs. Is there any pattern how to handle multiple parallel executing threads in an ejb server?

      Creating multiple requests from the client is not an option (since the data to be processed is created on the server).

      Thanks,

      Lars