> > I loop over a list of files, add them to a tar file, then return the > bytestream using StringIO. The problem is Turbogears is not releasing > the memory consumed in this operation.
How do you know about this? Is repeated invocation of that tar-method accumulating memory, or is it just one the maximum of all tar-files served that seems to stick around? Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

