Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
160 days ago
Is that IPC called Mach?
1 comments
johncolanduoni
160 days ago
Yes, and it’s quite inefficient compared to L4 or Zircon’s IPC so it isn’t used for anything that wouldn’t work just fine over a SEQPACKET socket using SCM_RIGHTS like Linux does. Is modern Windows a microkernel because ALPC exists?
link