2 Replies Latest reply on Oct 15, 2003 6:10 AM by amol

    Pooling Statess Session beans

    rob101

      Hi,

      I have written a bunch of stateless session beans and that all works great. I have a problem that one of the beans does some reporting from a database, by calling a stored procedure.

      Now the statless session beans are single entrant, alowing only on thread of execution through them at any one time. which again is good.

      what I need to do is create a pool of instances of these beans that can be used by various clients so that when the stored procedures are called (which can take a while to execute - some cases minutes) other people can also start generating reports

      hopefully this is just a settinng in some XML file. I cant seem to find anything relevent to SSB's in doco

      thanks

      Rob