unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: HaiMing Yin <epaulin@gmail.com>
To: mongrel-unicorn@rubyforge.org
Subject: workers does not seems to exit when served one client
Date: Tue, 3 Nov 2009 17:44:18 +0800	[thread overview]
Message-ID: <43f51f830911030144o62cdce0agb593cc25d35edf@mail.gmail.com> (raw)

quote from http://unicorn.bogomips.org/:

{{{
workers all run within their own isolated address space and only serve
one client at a time for maximum robustness.
}}}

top shows:

{{{
25398 www-data  20   0  268m 137m 3364 S    0  1.7  27:49.41
unicorn_rails
25400 www-data  20   0  266m 135m 3364 S    0  1.7  25:24.31
unicorn_rails
25397 www-data  20   0  265m 134m 3364 S    0  1.7  31:50.72 unicorn_rails
}}}

pid are the same since unicorn_rails worker started, and the RES and
TIME+ column clearly shows that unicorn_rails did not exit after
served one client.

What I'm doing wrong?

-- 
Regards,
Josh.Yin/殷海明
Friendfeed: http://friendfeed.com/yinhm
_______________________________________________
mongrel-unicorn mailing list
mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn

             reply	other threads:[~2009-11-03  9:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-03  9:44 HaiMing Yin [this message]
2009-11-03 16:56 ` workers does not seems to exit when served one client Eric Wong
2009-11-04  5:33   ` HaiMing Yin

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=43f51f830911030144o62cdce0agb593cc25d35edf@mail.gmail.com \
    --to=epaulin@gmail.com \
    --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).