And if so, how do we increase it - the named pipes are created using mkfifo command -
Asked
Active
Viewed 5,142 times
2 Answers
2
Since everything in linux is a file and fifi named pipes are files, i think there's no maximum number of named pipes ...
However it depend if you want to create a huge number of named pipes in the same directory could be a limit that that is a constraint of some File system ...
aleroot
- 3,248
1
Each end of the pipe uses a file descriptor. On your system check out /proc/sys/fs/file-max.
Zoredache
- 133,737