EOF stack synchronizing

David Teran <[email protected]> Fri, 6 Jun 2003 10:48:36 +0200
Newsgroups gmane.comp.web.webobjects.eof,gmane.comp.web.webobjects.devel
Message-ID <[email protected]>
Hi,

i am working on EOF stack pooling (which  works pretty fine without any 
problem) and because the do not automatically synchronize the 
snapshots, i have implemented this, too. It works pretty well but in 
rare conditions with heavy load EOF tries to save EO's multiple times. 
Mostly flattened relationships makes problems. If anyone had the same 
problem with EOF (saving objects again within very short time) then i 
would be very helpfull for us to know details.

Another question: Sometimes we do get a rollback from the database 
because of deadlocks, we usually try to save changes again after this. 
This should be OK because after a rollback the EOGlobalID's are still 
temporary ones. Is there another way how to do a clean rollback?

cheer, David