users@glassfish.java.net

Re: Question about EJB concurrent behaviour

From: <glassfish_at_javadesktop.org>
Date: Thu, 18 Oct 2007 14:26:59 PDT

Which client are you using? We have seen that a browser typically doesn't send more than 2 requests (even if you have multiple tabs) if the requests are going to the same URL.

In other words the client may not be actually making 20 or 30 requests concurrently.

One way to test this is to write a simple java program that talks directly to the beans. You will see that the appserver indeed creates upto max-pool-size beans.

Thanks.
[Message sent by forum member 'mk111283' (mk111283)]

http://forums.java.net/jive/thread.jspa?messageID=241051