Re: What would it take....
<[email protected]> Wed, 23 Dec 2009 16:23:04 +0100
| Newsgroups | gmane.os.hurd.general,gmane.os.hurd.bugs,gmane.os.hurd.l4 |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Tue, Dec 22, 2009 at 02:31:46PM +0100, Tim Kack wrote: > 3. What would it take to enable SMP and/or NORMA-RPC? I think we actually nuked NORMA support from GNU Mach... Or at least we discussed that. Doing network-transparent IPC at the microkernel level is probably not a good idea. In fact it's responsible for some of the problems where are experiencing with Mach: including the overly complicated ICP path; as well as drivers running in the kernel. A way to make RPCs network-transparent above the microkernel layer could be interesting though :-) -antrik-