Hi,
Is it possible during File.copy to lock that file from any other
process?
Thanks
Aidy
Hi,
Is it possible during File.copy to lock that file from any other
process?
Thanks
Aidy
aidy wrote:
Is it possible during File.copy to lock that file from any other
process?
Not normally - unless your operating system supports Mandatory File
Locking and has it enabled.
Most OSes use Advisory File Locking, which means that a lock can be
made, but it’s up to the other process to try to lock the file itself
before updating it. It could simply not bother and go ahead with the
update anyway.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs