What is the max number of Perl file lock(flock) can be created for a single file
We use file lock(flock) in perl.on Solaris 10. But we noticed that when there are more than 700+ files locks to a single file, some of the processes are dead.
We want to find out what is the maximum number of locks that can be created on a single file in Solaris 10?