Date: Thu, 1 Jul 1999 02:02:52 -0500 From: Tim Tsai <tim@futuresouth.com> To: Matthew Dillon <dillon@apollo.backplane.com> Cc: Terry Lambert <tlambert@primenet.com>, Alfred Perlstein <bright@rush.net>, smp@FreeBSD.ORG Subject: Re: async call gates Message-ID: <19990701020252.A24971@futuresouth.com> In-Reply-To: <199907010154.SAA42283@apollo.backplane.com>; from Matthew Dillon on Wed, Jun 30, 1999 at 06:54:39PM -0700 References: <199907010100.SAA13352@usr09.primenet.com> <199907010154.SAA42283@apollo.backplane.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Basically instead of making a system call per-say, you build a message > and send it, then wait for a reply. Have you looked at the QNX design? http://www.qnx.com Basically it's a message passing microkernel that is POSIX compliant. Most BSD programs port easily to it. It has too many cool features for me to list here, including trivial device driver API (each device driver is a separate process), transparent distributed computing/networking and a lightweight GUI. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990701020252.A24971>