Diego,
> Hi,
> Sorry for the delay in my answer.
> I think I can't help you, since I don't know the requeriments and
> structure of your application, but I recommend you to download the trial
> version of OptimizeIt and perform an CPU stress test of your application,
> then you can read the output of OptimizeIt and you will know exactly where
> your application is consuming most CPU time. With this information you may
> be able yo correct the bottleneck or at least you will discover that Entity
> Beans are not the best option for your application. You may consider using
> JDO instead of Entity Beans for your data objects.
> Good luck!!
thank you for your infos. We tried to reduce our application to a minimum ("PingBean")
to find the bottleneck. Seems that it is hidden somewhere in the
GenIC-created CMP-Code. We found some weak points (from a performance view) and try to
solve it. If it is of public interest (we'll see if we found the
solution) we will post it.
Thank you
Markus