From owner-cvs-all Wed Jun 21 14: 8: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id DB98D37C091; Wed, 21 Jun 2000 14:07:57 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id RAA41480; Wed, 21 Jun 2000 17:05:31 -0400 (EDT) (envelope-from wollman) Date: Wed, 21 Jun 2000 17:05:31 -0400 (EDT) From: Garrett Wollman Message-Id: <200006212105.RAA41480@khavrinen.lcs.mit.edu> To: Poul-Henning Kamp Cc: Peter Jeremy , Nate Williams , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Alfred Perlstein Subject: Re: cvs commit: src/sys/kern uipc_socket.c uipc_socket2.c src/sy In-Reply-To: <62543.961621090@critter.freebsd.dk> References: <00Jun22.065502est.115212@border.alcanet.com.au> <62543.961621090@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: >> - You don't want your webserver paging or swapping - so most of the VM >> subsystem can be thrown away. >> - Since all processes are the server, most of the uid-based security >> mechanisms can be thrown out. >> - Dropping the distinction between userspace and kernel space removes >> the need to support ring-transitions (which are quite expensive). > ...and of course you want to write it in assembler so the C compiler > doesn't produce inefficient code. Does not follow. See also Exokernel. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message