This content has been marked as final.
Show 2 replies
-
1. Re: EJB deployment very slow in Solaris compare to Linux
rhusar Mar 14, 2013 10:05 AM (in response to debayan)Is this the same JDK vendor and version? Theoretically speaking, certain operations are implemented differently for different JDKs on differens OSes. That might be the cause here, some heavily used IO operation might be very fast on Linux due to caching or whatnot but might be slow on Solaris. You can try to attach a profiler and compare the snapshots and see what it is exaclty.
-
2. Re: EJB deployment very slow in Solaris compare to Linux
debayan Mar 18, 2013 5:18 AM (in response to rhusar)Hello,
I've profiled the startup of JBoss and following methods are taking significant time :
org.jboss.profileservice.dependency.ProfileDeployAction.install
DeployersImpl.doInstallParentFirst
DeployersImpl.doDeploy
Are these natural or is there any way to optimize these?
Best Regards,
Debayan