From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 5 06:21:01 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 504E5106564A for ; Sun, 5 Jun 2011 06:21:01 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 19DDB8FC0A for ; Sun, 5 Jun 2011 06:21:00 +0000 (UTC) Received: by iwn33 with SMTP id 33so3664100iwn.13 for ; Sat, 04 Jun 2011 23:21:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:cc:content-type; bh=Wo1WR2FG1cfZOw8ZrgqpRjV9uWxR5oxVY3/+uYuUujA=; b=rJBF04D2ErMQZ30DMbaXHAUAPm5B19WipzO+MrOwx6qyGB/GzFPenZbOLWrJpBwcce jO3FvrnN8hiKYL0yzjgnWJn1VgNyThfQGnv67yiaTZz2rp0BGi3FZ/TDGeBP48b4oAm/ tfjEbPN0YltFwckq76pFI2oMf25gJ52dy1b3w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; b=eSjfCNtd6GMSzDRt30f48opuK9e+9sAtidT/EOYQ9NuHO/3uABBVeUWiWuRN8Pnxta dQSo1S85PfhtJtni7fP+QRd9gmiUVHU4xIrKsbV2UXQFYlwEV5m/B11SSnlj/ZlCt/nN NZdUFDLxX/nsJapSefEsDkmBkJoeVFLfV5oLM= MIME-Version: 1.0 Received: by 10.231.129.13 with SMTP id m13mt7187799ibs.75.1307254860467; Sat, 04 Jun 2011 23:21:00 -0700 (PDT) Received: by 10.231.35.75 with HTTP; Sat, 4 Jun 2011 23:21:00 -0700 (PDT) In-Reply-To: <20110604122703.GB33796@stack.nl> References: <20110604122703.GB33796@stack.nl> Date: Sun, 5 Jun 2011 14:21:00 +0800 Message-ID: From: Buganini Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hackers@freebsd.org, FreeBSD Current , Jilles Tjoelker , Julien Laffaye Subject: Re: [RFC] rcexecr: rcorder in parallel X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2011 06:21:01 -0000 All functional parts are done (unless I forgot something..) patch for /etc is included (against CURRENT), and tested on my laptop. In my case, with rcexecr and the patch, the time for launching rc.d scripts reduces from 35s to 26s. manpage is updated, but I think my English needs some fix :p Regards, Buganini