Hi All,
   I am writing an web application where multiple users may write into 
the same file concurrently. Also there is a probability that there may 
be an admin who has opened up the file in 'vi' and editing the file.

   I want to avoid this  concurrent multiple opens.
I tried a range on perl modules like IO::LockedFile, File::Flock;
LockFile::Simple etc but all these do not enforce any lock and worst 
they lock a file even if it is already open in vi

Any Help
Ram


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to