[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to configure the thread count of execute queues in J

2008-02-27 Thread gav_on_rails
The value specified in server.xml is the total number of threads available to 
service any client requests and does not discriminate between different 
servlets. You can however limit the number of available threads for a given 
ejb, so you could delegate the request to the crystal report server to an ejb. 
The pool size can then be specified in standardjboss.xml.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132424#4132424

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132424
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to configure the thread count of execute queues in J

2008-02-26 Thread gav_on_rails
I'm not entirely sure what you are asking here, but you can set the number of 
available threads for a connector in deploy/jboss-web.deployer/server.xml

Hope this helps.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132195#4132195

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132195
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to configure the thread count of execute queues in J

2008-02-26 Thread johnnywang
We have some servlets talking to the Crystal Report Server. Since it takes some 
times for the crystal servlets to process a request, we do not want to open too 
many threads at the same time. 

In weblogic 6.1, we can configure a servlet queue and limit the number of 
threads (e.g. 5) for the queue. If too many crystal request comes at the same 
time, the first 5 will be processed. And the rest of them will queue up.

I want to do the same thing in JBoss. Should I open a new connector? Any 
example? 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132282#4132282

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132282
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user