|
|
|
|
|
by ori_b
2520 days ago
|
|
> Linux lacks a lot of core abstraction properties No, it's worse than that: It has too many of them, leading to a mess of special cases that you have to deal with. What happens when you have a socket in your file system, and you export it over NFS? Lacking abstraction properties is fixable -- you can add them. But removing them, especially if they're widely used, is incredibly hard. |
|
Why wouldn't a a socket exported over NFS just work seamlessly?