PATCH: 1st part of the patch to solve the "large file upload problem"
Dirk Mueller
mueller at kde.org
Fri Jun 6 13:04:03 BST 2003
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
More information about the kde-core-devel
mailing list