You'll need to be more precise than this because I can't quite follow your
logic given that in a "good" process the strace shows the file being written
to, but in a "bad" process it shows it being unlinked instead of being
written to (and it is never written to, and the perl also can not find the
file after being given the file name).


Ihnen, David wrote:
> 
> I don't believe that the problem you are having is that the file is
> unlinked from the filesystem.  That would not stop it from being writable. 
> The problem may be that the file is inappropriately closed later before
> its fseek'd back to the beginning to operate on the temp contents, thus
> causing it to really disappear.
> 
> David
> 

-- 
View this message in context: 
http://old.nabble.com/Intermittent-File-Upload-Failures---CGI-tmpfile-unlinked-tp28078476p28088874.html
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to