Back
Close

Computing with Data

elgeish
576.9K views

File Locks

In Java, we will use the java.nio.channels.FileLock class to demonstrate how to use it as a mutex that protects a critical section; this time around, only a single process can be inside said critical section:

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io