1 Reply Latest reply on Apr 27, 2005 8:46 AM by kirillp

    JBoss-4.0.1 is slow than 4.0.0?

    kirillp

      Hello,

      I am profiling a Jboss application.

      Results on JBoss 4.0.0

      Name Time (ms)
       EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
       11,231 10 %
       org.jnp.server.Main$AcceptHandler.run()
       11,231 10 %
      

      Results on JBoss 4.0.1RS2

      Name Time (ms)
      EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
       36,724 18 %
       net.bookingasp.framework.filters.JaasLoginFilter.doFilter(ServletRequest, ServletResponse, FilterChain)
       2,481 1 %
       org.displaytag.filter.ResponseOverrideFilter.doFilter(ServletRequest, ServletResponse, FilterChain)
       2,481 1 %
       org.jnp.server.Main$AcceptHandler.run()
       18,362 9 %


      The JBoss 4.0.1 application has couple of filters as you can see but as for the rest, the configuration is identical.

      Any pointers as to why JNP would be three times slower on JBoss 4.0.1 than on JBoss 4.0.0?

      Regards,
      Kirill.