c - is there any consequence if I create a lot of pipes in the same program -
i need create lot of pipes, want use them fifo queues between threads in same process, , select/poll on them.
my question is, if create lot of queues, wiil have big impact on performance of program? pipe number limitations, resource-consuming, etc
thanks!
there per-process limit on number of files can keep open, , pipes files, consume limit.
Comments
Post a Comment