Apache web server
supports process per connection for serving request where one process in the
server is used to service one request. The parameter MaxClients specifies the
maximum number of simultaneous requests that Apache can process. Do we have
analogous in Jboss? I.e -
.....where do I
mention the number of requests that can be handled by the Jboss server?(...not
the maximum or the minimum limit for a bean in
standardjboss.xml)
to
be more precise......
I believe that
JRMPContainer is a static instance of the class that would be shared by all
client thread calling a particular bean. Does the Jboss infrastructure provide a
means to specify the limit on the number of threads accessing the
static instance?
Any pointer will be
greatly appreciated..
thanks in
advance
Rajesh