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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...