This content has been marked as final.
Show 2 replies
-
1. Re: Map (HashMap) Instance Member Performance Issue in @Service ,@Local EJB
peterj Dec 23, 2009 2:28 PM (in response to rodedh)It could be garbage collection. Eventually, even with using a POJO, you would also see the occasional 16ms response. I suspect that with using the EJB more objects are being created, and thus the increase GC activity. -
2. Re: Map (HashMap) Instance Member Performance Issue in @Service ,@Local EJB
rodedh Dec 24, 2009 4:40 AM (in response to peterj)Thanks. That what I suspected. Do you have an idea of how to control/monitor this issue? This is a real performance issue from my point of view.