[Zope-dev] WebDAV File Descriptor Leak

Brian Brinegar brinegar@pier.ecn.purdue.edu
Thu, 29 May 2003 14:31:59 -0500


It seems to occur when WebDAV clients initially connect, not during file 
transfer. I was able to produce the problem with Cadaver as well as 
several other WebDAV clients.

-Brian

Andreas Jung wrote:

> 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 )
>
>
>
>