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&...]