Hi Dirk,
Just from a gut feeling it seems with CMP that the optimization can
allow the container to avoid it's work but the ejbLoad and ejbStore
methods are your methods which still may have to do some work even if
the container can avoid running it's update. Does this make sense?
I did get about a 30-40% increase in transactions per second when I
tried it.
Eric
Dirk Haase wrote:
> Hi,
>
> I am using the isModified Method to prevent DB updates on unchanged
> entities. It works, but the ejbStore Method is still called. This
> doesn't make sense to me. Or am I getting something wrong?
>
> dirk
> --
> Dirk Haase mailto: [EMAIL PROTECTED]
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".