| ▲ | aleph_minus_one a day ago | |||||||
> File descriptor, handle. Potayto, potahto. Under Windows, a lot more concepts are handles than just files, directories, symbolic links, pipes, mail slots, ..., e.g. - processes, threads - synchronization objects (mutex, semaphore) - events (CreateEventEx) - I/O Completion Ports - Sections (ZwCreateSection) and Partitions (https://www.geoffchappell.com/studies/windows/km/ntoskrnl/ap... ) for memory - waitable timers - GUI components (HWND) | ||||||||
| ▲ | nineteen999 13 hours ago | parent | next [-] | |||||||
And you can also argue that that's overengineered (the original NT design docs were posted on here a while ago), that the UNIX model (while much more primitive and simplified) has proven more successful in the real world, and that the original "clean, overengineered" NT design has been buried under a progressively bigger truckload of crap year upon year and is no longer as clean as it once was. | ||||||||
| ||||||||
| ▲ | MisterTea a day ago | parent | prev | next [-] | |||||||
I should have mentioned that I am speaking from a Plan 9 point of view where some of the common mechanisms are provided via the kernel file servers such as /proc. | ||||||||
| ▲ | remexre a day ago | parent | prev [-] | |||||||
pidfd, eventfd, AF_NETLINK, epoll, memfd, timerfd? | ||||||||