I am trying to retrive say 10000 records from a table, which obviously is going to consume time. Is there some way where in I can cache records and show them. Like say i show the user 100 records initially and then in the meanwhile the processing is goin on in the backend to retrieve the other records. It is something ...
They are done in two separate transactions. I've done more investigation and think the following is happening... The other application is a stateful session EJB running in a J2EE container. I think the J2EE container is optimizing performance by caching database state and not necessarily physically committing the changes made within the EJB. I see what I expect if anyone at ...
Hi Friends, We are support a B2C public facing portal. The sites are rendered using a Java based CMS. We are currently facing lot of outage's in our production environment, where the JVM exits after printing core-dump/heap-dump After carefully analysis the logs files we concluded that :- 1.) we are using Result set-caching at our application server level and this result-set ...