Open
Description
Hi, I'm newbie in C, trying to undestand some things. In your example you are using epoll non-blocking with a socket instance. The question is if is it possible to use the same with a pipe interfaces?
Say there is a child programm with some command argumens. Within a parent programm I'd like write and read via file descriptors asynchronously. Or epoll is not suitable for this purposes?
I see maxevents are 64. Is it possible in C to manage maxevents? Adding and decrementing when needed?
Metadata
Metadata
Assignees
Labels
No labels