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