How select & file descriptors work...
Posted: Fri Oct 28, 2005 3:50 pm
Hi,
I'm hoping someone can help me with finding some in-depth information about how select() and file descriptors work. In particular, how it can wait on several descriptors at once, and without the file descriptors blocking.
I'm also interested how to implement this in my own OS, and not necessarily using C (or lower level languages).
Kindest Regards,
Jonathan Roewen
I'm hoping someone can help me with finding some in-depth information about how select() and file descriptors work. In particular, how it can wait on several descriptors at once, and without the file descriptors blocking.
I'm also interested how to implement this in my own OS, and not necessarily using C (or lower level languages).
Kindest Regards,
Jonathan Roewen