[Zope-dev] WebDAV File Descriptor Leak

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Thu, 29 May 2003 21:28:16 +0200


I checked the corresponding code and the temporary files should be closed
automatically when the upload was successful (the __del__() method of the 
TemporaryFile
class closes the file). The leak might come from unfinished uploads. In 
this case the
iTemporaryFile instance is not destroyed.

-aj

--On Mittwoch, 28. Mai 2003 22:27 Uhr +0200 Dieter Maurer 
<dieter@handshake.de> wrote:

> Andreas Jung wrote at 2003-5-27 18:11 +0200:
>  > Can you reproduce the behaviour with 2.6.2?
>
> We have the same problem with 2.6.1 without WebDAV.
> Thus, the problem is probably not WebDAV related (but
> rather related to file uploading).
>
>
> Dieter
>
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev@zope.org
> http://mail.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope )