29 Aug
2003
29 Aug
'03
9:28 a.m.
Shane Hathaway wrote:
as a lower bound. (Note that the cache is still allowed to grow indefinitely within the scope of a request, however.)
Which is still pretty broken IMHO :-( This is the single biggest cause of Zope becoming unresponsive for me: people doing silly things that drag hordes of objects into memory i na single request, made worse by the fact that Python is extraordinarily bad at giving memory back to the OS after that request has been completed ;-) cheers, Chris