This content has been marked as final.
Show 2 replies
-
1. Re: AS Startup time suggestions?
adrian.brock Jul 19, 2007 1:07 PM (in response to bytor99999)THIS IS NOT A DEVELOPMENT TOPIC.
I don't care if you work for JBoss/Redhat, help requests go in the user forums.
If you want to run a profiler and give some feedback on where it is spending
its time then that would be a development topic.
My simple look at this problem (taking random thread dumps
to see what the deployment thread was doing)
caught it spending most of the time analysing AOP pointcut bindings.
I've made no quantative effort on this subject and I personally am
not going to look at optimization until we get closer to the final release.
"Early optimization is the root of all evil". :-) -
2. Re: AS Startup time suggestions?
adrian.brock Jul 19, 2007 1:10 PM (in response to bytor99999)"adrian@jboss.org" wrote:
I've made no quantative effort on this subject and I personally am
not going to look at optimization until we get closer to the final release.
"Early optimization is the root of all evil". :-)
And even then the main optimization effort should be spent on the runtime
not the deployment.
It's perfectly acceptable to slow down the bootstrap to improve runtime performance.
e.g. the classloader creates an index of every package in every jar deployed to speed up
the classloading during the runtime.