unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Eric Wong <normalperson@yhbt.net>
To: mongrel-unicorn@rubyforge.org
Cc: Pai-Hung Chen <paihungchen@hotmail.com>
Subject: Re: How to automate the restarting of Unicorn?
Date: Mon, 10 Oct 2011 14:27:41 -0700	[thread overview]
Message-ID: <20111010212741.GA3828@dcvr.yhbt.net> (raw)
In-Reply-To: <loom.20111010T222728-376@post.gmane.org>

Pai-Hung Chen <paihungchen@hotmail.com> wrote:
> > On 10/10/2011 08:04 AM, Devin Ben-Hur wrote:
> > >> My question is: By the time the "before_exec" hook is executed, is it
> > >> guaranteed that unicorn.pid.oldbin ahas lready created (otherwise we
> > >> have a racing condition here)? Or is there a better way to achieve
> > >> what I want?
> > > I'm not 100% positive, but about 98% -- yes, you can count on the fact that
> the *.oldbin file will exist on
> > > disk before the before_exec block is executed. Eric can confirm this, but
> I've never had a problem with it...
> > No need to rely on authority, just read the source: 
> > https://github.com/defunkt/unicorn/blob/master/lib/unicorn/http_server.rb

100% correct, source code never lies.

> Thanks for the pointer. The current source code clearly shows before_exec is
> called after the .oldbin file is created. I'd like to know if this is considered
> an "invariant" going forward.

Yes, there's no way to safely handle the pid file otherwise because of
race conditions you mentioned.  The oldbin pid file must exist because
the new process (which calls before_exec) can clobber the regular pid
file once fork is called.

> Could someone in the "authority" help?

Fwiw, I'm only reluctantly an "authority".  I'm against the notion of
authority.  I am and forever will be nobody :)
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying

  reply	other threads:[~2011-10-10 22:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-08  3:20 How to automate the restarting of Unicorn? Pai-Hung Chen
2011-10-09 23:31 ` Alex Sharp
2011-10-10  6:04   ` Devin Ben-Hur
2011-10-10 20:34     ` Pai-Hung Chen
2011-10-10 21:27       ` Eric Wong [this message]
2011-10-10 22:18         ` Pai-Hung Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/unicorn/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111010212741.GA3828@dcvr.yhbt.net \
    --to=normalperson@yhbt.net \
    --cc=mongrel-unicorn@rubyforge.org \
    --cc=paihungchen@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).