[jboss-user] [Beginner's Corner] - AS7: thread count limit for servlet service() processing

Michal Jakobczyk do-not-reply at jboss.com
Wed Dec 7 04:51:18 EST 2011


Michal Jakobczyk [http://community.jboss.org/people/mtjakobczyk] created the discussion

"AS7: thread count limit for servlet service() processing"

To view the discussion, visit: http://community.jboss.org/message/640248#640248

--------------------------------------------------------------
Hi,
Java Servlet 3.0 specification says:

> Generally the Web container handles concurrent requests to the same servlet by concurrent execution of the  service  method on different threads.
> 
I would like to specify my custom thread count available for servlet service() processing.
I guess it should be done in the *web subsystem*, however, the AS7 documentation does not describe any "thread policies" in the *web subsystem*:  http://https://docs.jboss.org/author/display/AS7/Subsystem+configuration https://docs.jboss.org/author/display/AS7/Subsystem+configuration

Where (in standalone.xml ?) and how to specify my own thread count limit for servlet service() processing?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/640248#640248]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111207/fde3d849/attachment.html 


More information about the jboss-user mailing list