Strange Perfomance decrease with Servlets 2003-09-29 - By Christoph Gaffga
Back hi,
i have a strange effect when I run code inside of tomcat, it seems to slowdown more then 10 times!! :(
I call the main-method from my test class the command line. - The method does lookup an Entity EJB on JBoss server. - Get a Property from the Bean - Serialize the Bean using Betwixt
Then I tested the same by calling the same method from an servlet, it slowes down dramatically:
|Command Line | from Servlet -- ---- --+-- ---- -----+-- ---- ----- Lookup | 144 ms | 2490 ms Getter | 17 ms | 2843 ms Serialize | 708 ms | 64147 ms
Has anybody an idea what causes this slowdown, or anybody seen something similar before? Any help would be apriciated.
Thanks a lot,
Christoph Gaffga cgaffga@(protected)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|