From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D69002022D; Thu, 23 Feb 2017 20:29:02 +0000 (UTC) Date: Thu, 23 Feb 2017 20:29:02 +0000 From: Eric Wong To: Jeremy Evans Cc: unicorn-public@bogomips.org Subject: Re: Patch: Add after_worker_ready configuration option V2 Message-ID: <20170223202902.GA25576@whir> References: <20170223184937.GC67612@jeremyevans.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170223184937.GC67612@jeremyevans.local> List-Id: Jeremy Evans wrote: > Here's V2 of the after_worker_ready patch. This adds some more > documentation, and tries to give a better description of the > advantages in the commit message. Thanks, I've pushed this and the chroot patch out to the 'chroot' branch. Willl wait a bit for comments from others before merging into 'master'. The following changes since commit c8f06be298d667ba85573668ee916680a258c2c7: Fix code example in after_worker_exit documentation (2017-02-23 19:26:30 +0000) are available in the git repository at: git://bogomips.org/unicorn chroot for you to fetch changes up to d322345251e15125df896bb8f0a5b53b49a1bf3f: Add after_worker_ready configuration option (2017-02-23 20:23:44 +0000) ---------------------------------------------------------------- Jeremy Evans (2): Add support for chroot to Worker#user Add after_worker_ready configuration option lib/unicorn/configurator.rb | 22 ++++++++++++++++++++++ lib/unicorn/http_server.rb | 4 ++-- lib/unicorn/worker.rb | 13 ++++++++++--- 3 files changed, 34 insertions(+), 5 deletions(-)