[jboss-dev-forums] [Design of the JBoss EJB Container] - Feedback requested on throttling ejb calls
ScottMarlowNovell
do-not-reply at jboss.com
Fri Nov 2 14:39:12 EDT 2007
Hi,
I want to allow EJB method invocations to be throttled as a way to reduce concurrency in applications. My first attempt at this is working great (I'm throttling at the PooledInvoker level for remote invocations only). This is intended for session bean level throttling.
Lately, I've been thinking that it might be more appropriate to throttle at the EJB interceptor level instead so that applications can tailor throttling at the ejb container level.
Should I switch to throttling at the interceptor level and should the throttle interceptor code be checked into 4.x or 5.x?
Scott
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101417#4101417
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101417
More information about the jboss-dev-forums
mailing list