Hi,
Here are the first results: http://www.telkel.com/optimizeit/
For this I used jboss+embeddedtomcat, and I ran the example in
contrib/tomcat (servlet to ejb). Only thing I changed was to use only
optimized inVM invocations (RMI makes a lot of noise in optimizeit).
Interesting parts:
- lots of time spent in get/setContextClassLoader (security checks)
- lots of time spent in TxCapsule.reUse
Now I don't know what we can do about that, it's up to you!
This is only a simple call (one thread) to a session bean, I'll try to
run some tests with entities to see the cache/lock in action.
Sebastien