marc fleury wrote:
> 
> |-----Original Message-----
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of Sebastien Alborini
> |Sent: Wednesday, October 25, 2000 3:31 PM
> |To: jBoss Developer
> |Subject: Re: [jBoss-Dev] Re: [jBoss-User] Is EmbeddedTomcat working?
> |
> |
> |Rickard �berg wrote:
> |>
> |> Sebastien, can you check out the new code and do the servlet test? I
> |> don't have a Tomcat in-vm setup here so I can't test myself.
> |
> |Yeah, that's much better.  But these tests still take some time (0.6ms
> |instead of 0.4ms before)
> 
> I can't believe the whole container takes .4ms and the "isAssignableFrom"
> .2ms... makes no sense..
> 
> guys (r and s) are we sure about this????
> 
> marc

Sorry about that, my 0.4ms was an old one (2weeks ago).  I tried to
remove the isAssignableFrom and still get 0.6.  It must be something
else we did in the last two weeks (locking fixes?).

Tomorrow is optimizeit speed test day, with inVM client so we got no RMI
excuse.

Sebastien


 
> |
> |Sebastien
> |
> |
> |Servlet calling EJB
> |
> |Using jndi name NonOptimized: getMessage() returned:
> |"StatelessSessionBean
> |says: Hello World"
> |
> |Speed Test now (1000 iterations)
> |Time/call(ms):1.93
> |Time/call(ms):2.63
> |Time/call(ms):2.01
> |Time/call(ms):2.42
> |Time/call(ms):2.46
> |Time/call(ms):2.03
> |Time/call(ms):1.74
> |Time/call(ms):1.65
> |Time/call(ms):1.62
> |Avg. time/call(ms):2.087
> |
> |Using jndi name Optimized: getMessage() returned: "StatelessSessionBean
> |says:
> |Hello World"
> |
> |Speed Test now (1000 iterations)
> |Time/call(ms):0.61
> |Time/call(ms):0.64
> |Time/call(ms):0.77
> |Time/call(ms):0.6
> |Time/call(ms):0.62
> |Time/call(ms):0.59
> |Time/call(ms):0.64
> |Time/call(ms):0.65
> |Time/call(ms):0.61
> |Avg. time/call(ms):0.634
> |
> |

Reply via email to