unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: Patryk Kotarski <patryk.kotarski@iubenda.com>
Cc: unicorn-public@bogomips.org
Subject: Re: Question about shared directory
Date: Tue, 6 Aug 2019 14:00:59 +0000	[thread overview]
Message-ID: <20190806140059.GA12924@dcvr> (raw)
In-Reply-To: <A9FCC000-428C-4F55-BB60-C6C8C955F8B9@iubenda.com>

Patryk Kotarski <patryk.kotarski@iubenda.com> wrote:
> Hello, dear unicorn devs,
> 
> Quick question which I failed to find in previous issues on
> your archive and through search engines.

Thanks for checking, first :>

> Is there any specific reason for which many guides online
> suggest saving the “unicorn.sock” file into the
> shared_directory ? We’re running deploys through Capistrano
> and on recent updates we noticed that we had configured
> unicorn.sock to be stored in
> "[environment]/shared/sockets/unicorn.sock" and we do not
> understand the reason for it

I don't know, either, and I'm not sure if anybody here wrote
those guides.  It really doesn't matter a whole lot.

I do prefer shorter pathnames with fewer path components, though;
it lets the kernel do fewer dcache lookups to get to the socket.
Not sure how much for nginx in your case, but relative vs absolute
pathnames certainly mattered for git back in the day:
https://public-inbox.org/git/alpine.LFD.1.10.0806161723081.2949@woody.linux-foundation.org/

> Examples:
> 
> - https://www.digitalocean.com/community/tutorials/how-to-deploy-a-rails-app-with-unicorn-and-nginx-on-ubuntu-14-04
> - https://www.linode.com/docs/development/ror/use-unicorn-and-nginx-on-ubuntu-14-04/

      reply	other threads:[~2019-08-06 14:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-06  8:52 Question about shared directory Patryk Kotarski
2019-08-06 14:00 ` Eric Wong [this message]

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=20190806140059.GA12924@dcvr \
    --to=e@80x24.org \
    --cc=patryk.kotarski@iubenda.com \
    --cc=unicorn-public@bogomips.org \
    /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).