On Fri, Sep 01, 2017 at 06:21:00PM +0300, Paul wrote:
>
> It seems that a lot of CPU resources are spend when trying to get exclusive
> lock on file from multiple processes concurrently. By multiple i mean
> hundreds.
> It seems that there's an initial cost of fcntl() call. Each process that
>
It seems that a lot of CPU resources are spend when trying to get exclusive
lock on file from multiple processes concurrently. By multiple i mean hundreds.
It seems that there's an initial cost of fcntl() call. Each process that tries
to lock the file consumes some amount of CPU and cools down.