I believe that the only way to solve your problem is to include a timer based polling loop where you attempt to open each FIFO once a second or so. Make that part of your select/poll/epoll loop. You can stop doing it once all of them are open.
↧
I believe that the only way to solve your problem is to include a timer based polling loop where you attempt to open each FIFO once a second or so. Make that part of your select/poll/epoll loop. You can stop doing it once all of them are open.