I've been reading some of the Torvalds Tanenbaum debates and I saw someone say that microkernels can't share memory as each "server" has it's own address space.
Can't you just create a server explicitly for shared addressing? Have an application request access to said shared addressing server? Since all these servers address space is in RAM isn't it super low latency, wide bandwidth to have inter-server communication anyways?
Can't you just create a server explicitly for shared addressing? Have an application request access to said shared addressing server? Since all these servers address space is in RAM isn't it super low latency, wide bandwidth to have inter-server communication anyways?