On Wed, 2002-11-27 at 00:15, Wayne Larsen wrote: > So just to clarify, if you have a long running > AppServer, the store will grow to contain all of the > database objects that have been queried for? Do > people just run clear regularly, or is this something > I don't need to worry about?
So far this hasn't been a problem for me, because 1) my database isn't huge, and 2) I restart the appserver every few days to pick up recent changes in my codeline. But I'd also be curious to know what other people do. This might be an area where MiddleKit could be improved -- probably the thing to do would be to make middlekit use weak references (see weakref in python standard library), so that the garbage collector could remove unused objects. It would be fairly straightforward to make this change. -- Jason D. Hildebrand [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss