Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Sorry to post this as an answer, but I'm new to StackOverflow and don't have enough points to add a comment. Just wanted to add a reference to an issue in the Wonder Github repository that addresses this problem, in hopes it will help lead to a solution: </p> <p><a href="https://github.com/wocommunity/wonder/issues/130" rel="nofollow">https://github.com/wocommunity/wonder/issues/130</a> -- from user 'nullterminated' (I believe this is Ramsey Gurley, who confirmed the issue -- see <a href="http://comments.gmane.org/gmane.comp.web.webobjects.wonder-disc/19078" rel="nofollow">http://comments.gmane.org/gmane.comp.web.webobjects.wonder-disc/19078</a>)</p> <blockquote> <p>"It appears that ERXObjectStoreCoordinatorPool leaks EODatabase._DatabaseRecord objects whenever the pool size is > 1 and EOs are saved. After many hours in the debugger, I think I understand why..."</p> <p>"Normally, when an EC saves changes, the ObjectsChangedInStore notification is fired, the snapshot is inserted with EODatabase's _fastHashInsert and then the EC refaults the EO when processing changes (updates) or frees the snapshot on finalize (inserts). These actions fire the corresponding _fastHashRemove to free the snapshot."</p> <p>"The problem appears to be that ERXObjectStoreCoordinatorSynchronizer rebroadcasts the ObjectChangedInStore notification to the other OSCs in the pool. This results in snapshots inserted, but with no EC around to clean up, the snapshots are never removed."</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload