This content has been marked as final.
Show 2 replies
-
1. Re: Remote EJB invocation performance
andreytr Jul 5, 2013 11:31 AM (in response to andreytr)As far as I see there are only 50 WorkerThreads. Where can I increase the limitation?
-
2. Re: Remote EJB invocation performance
rhusar Jul 8, 2013 8:15 AM (in response to andreytr)I suppose "on Tomcat" you mean Tomcat server doing a remote EJB invocation that is running on the JBoss and you are comparing this to local calls?
You should take a look at remoting-jboss-beans.xml and look at pool sizes and try to tune them to get better numbers.
Check out this document for more help https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/5/html/Performance_Tuning_Guide/sect-Performance_Tuning_Guide-Remote_EJB_Clients.html