[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] flock() command
- Subject: Re: [cobalt-users] flock() command
- From: "WebMost" <rdavis@xxxxxxxxxxx>
- Date: Thu Dec 2 14:00:40 1999
Ahoy
I also flock without trouble on a RaQ2, whenever a file is opened.
I do it very simply:
open(OUT,">>$file");
flock OUT, 2;
Aloha
Davis
>> Any one have idea whether RaQ2 supports file locking (flock()
>> command) , Any
>> help from the experienced user shall be highly appreciated.
>>
>I think it does. I'd have to look through some scripts I have running that
I
>believe use that. I think it may have more to do with Perl5 than the RAQ.
>