From: Eric Wong <normalperson@yhbt.net>
To: unicorn list <mongrel-unicorn@rubyforge.org>
Subject: Re: mongrel_proctitle like support in Unicorn
Date: Thu, 17 Jun 2010 23:21:50 +0000 [thread overview]
Message-ID: <20100617232149.GB25862@dcvr.yhbt.net> (raw)
In-Reply-To: <loom.20100618T002015-365@post.gmane.org>
Jamie Wilkinson <jamie@tramchase.com> wrote:
> Michael Guterl <mguterl <at> gmail.com> writes:
> > On Wed, Dec 2, 2009 at 4:52 PM, Justin Hahn <jhahn <at> rbmtechnologies.com>
> wrote:
> > > Before I go off ans try cutting my own horrible monkey patch to
> > > unicorn, has anyone tried implementing something like
> > > mongrel_proctitle for Unicorn?
>
> > There's some rack middleware out there, RackProctitle, which provides
> > this functionality. I have not used it with Unicorn, but I don't see
> > why it wouldn't work.
> >
> > http://coderack.org/users/arya/entries/3-rack-proctitle
>
> FWIW this doesn't seem to work out-of-box with Unicorn. Eric, do you know
> offhand if it's possible to use middleware to call unicorn's proc_name? I'd love
> to be able to watch what my unicorns are doing in realtime
That coderack link no longer works for me, but I see no reason why
Rack::ProcTitle in rack-contrib wouldn't work (based on my reading of
the code):
http://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/proctitle.rb
I guess it holds onto $0 after the app is done dispatching...
> Slightly related -- is it also possible to interrogate the current size of a
> socket's backlog? (is this what Raindrops is for? It doesn't work out of box on
> my mac, but I'd see about getting it working if it did)
Yes, the backlog interrogation code is in Raindrops is very
Linux-specific. The shared memory counters should be reasonably
portable to modern POSIX-ish systems (using GCC).
I have no idea if similar backlog interrogation functionality exists in
other operating systems. I only learned of the Linux functionality
shortly before writing Raindrops.
If somebody could provide working patches for similar functionality in
other OSes, I'd be more than happy to include them into Raindrops.
> Congrats on 1.0
Thanks :>
--
Eric Wong
_______________________________________________
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
next prev parent reply other threads:[~2010-06-17 23:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-02 21:52 mongrel_proctitle like support in Unicorn Justin Hahn
2009-12-02 22:04 ` Michael Guterl
2010-06-17 22:22 ` Jamie Wilkinson
2010-06-17 23:21 ` Eric Wong [this message]
2010-06-22 23:14 ` Jamie Wilkinson
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=20100617232149.GB25862@dcvr.yhbt.net \
--to=normalperson@yhbt.net \
--cc=mongrel-unicorn@rubyforge.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).