Hello,

I had posted a similar message a while back but never got any response.
Now, it has become critical.  Hopefully, someone can help me understand
this.

While profiling my server, I'm noticing that the server is spending
approximately 40% of the time in
com.evermind.server.ejb.EJBUtils.cloneObject() (Apparently, the method
serializes/deserializes an Object to clone it).  The method is invoked
each time a SLSB calls another SLSB that returns a value.  Aparently,
the to be returned value is cloned before being returned to the caller.
Both the SLSB are on the same server and deployed in the same
application.  The returned value is Cloneable and Serializable.  Have I
mis-configured something?  Has anyone else experienced a similar
performance penalty?

This has become quite a critical performance issue for me and I would
appreciate any feedback.

Thanks,
Vidur




Reply via email to