From owner-cvs-src@FreeBSD.ORG Tue Jun 17 16:09:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A54A1106566B; Tue, 17 Jun 2008 16:09:17 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:610:652::211]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5218FC22; Tue, 17 Jun 2008 16:09:17 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 63B691CF1C; Tue, 17 Jun 2008 18:03:52 +0200 (CEST) Date: Tue, 17 Jun 2008 18:03:52 +0200 From: Ed Schouten To: Maxim Sobolev Message-ID: <20080617160352.GG1176@hoeg.nl> References: <200806170633.m5H6XMJH084600@repoman.freebsd.org> <20080617134828.GA30076@zim.MIT.EDU> <20080617140600.GE1176@hoeg.nl> <4857D508.8070907@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zXAsBmU9x0sF79Nf" Content-Disposition: inline In-Reply-To: <4857D508.8070907@FreeBSD.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, David Xu , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile spawn.h unistd.h src/lib/libc/gen Makefile.inc Symbol.map exec.3 exec.c posix_spawn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2008 16:09:17 -0000 --zXAsBmU9x0sF79Nf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Maxim Sobolev wrote: > Are there any benefits of doing it in the kernel vs. doing it via fork+ex= ec? In theory there should be performance benefits, because there is no need to fork an entire process. You would only need to handcraft a new one. --=20 Ed Schouten WWW: http://80386.nl/ --zXAsBmU9x0sF79Nf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkhX4GgACgkQ52SDGA2eCwVIKACfRzxsRsa+Y0jNoKpiOWn6e2Ez PnoAni/6W+gJVZYzrprHHInOgZpS1J+i =Pp0u -----END PGP SIGNATURE----- --zXAsBmU9x0sF79Nf--