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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -