Hacker News new | ask | show | jobs
by djacobs 5816 days ago
What, specifically, about the Linux kernel and Unix structure makes them bad for distributed applications, again?
1 comments

c, capabilties (or lack there of), self healing, runtime based optimizations, concurrency, locking, threading and just generally the way it's structured it's not meant to be a distributed operating system the applications developed for it show this. Have you seen how glusterfs, lustre or any other distributed FS works? They bend over backwards trying to implement a POSIX API usually with hideous hacks.