BTW someone was asking earlier about timing out objects in MiddleKit so 
that it didn't grow forever.

As a quick fix, you could periodically call store.clear() to remove all 
objects. You would have to solve the problem on ensuring that you didn't 
invoke this in the middle of an important operation such as fetching 
objects or saving changes. A few well placed locks could probably do the trick.

-Chuck


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to