2 Replies Latest reply on Mar 29, 2013 12:43 PM by wschroeder

    Bean Pool Order

    wschroeder

      When the container hits the maximum number of stateless session beans allowed, and the clients of said beans must wait to acquire a bean to use, what order are the waits satisified?  Is the longest waiting client the one that gets the next available bean such as with a fair queue, or is it a crap shoot?

       

      In addition, is this behavior defined in the J2EE spec anywhere, or is it up to the implementor?

       

      Wayne