[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure the thread count of execute queues in J
johnnywang
do-not-reply at jboss.com
Tue Feb 26 13:33:05 EST 2008
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=bb&op=viewtopic&p=4132282#4132282
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132282
More information about the jboss-user
mailing list