From kde-core-devel Fri Jun 06 12:04:03 2003 From: Dirk Mueller Date: Fri, 06 Jun 2003 12:04:03 +0000 To: kde-core-devel Subject: Re: PATCH: 1st part of the patch to solve the "large file upload X-MARC-Message: https://marc.info/?l=kde-core-devel&m=105490122632423 On Fre, 06 Jun 2003, Dawit A. wrote: > > can't we avoid the filenname part and send the filedescriptor directly? > Is there an advantage to doing that ? Avoiding a race. When I pass by filename, I don't know when its safe to remove the temp file. > would have to adjust stuff in the job if we are going to use file descriptors > since QFile does not really play nice with file descriptors according to the > docs. Huh? QFile works fine with fd's for me. -- Dirk