supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: Alex Efros <powerman@powerman.asdfGroup.com>
Cc: Dra?en Ka?ar <dave@fly.srk.fer.hr>
Subject: Re: graceful restart under runit
Date: Fri, 17 Nov 2006 02:15:19 +0200	[thread overview]
Message-ID: <20061117001519.GA652@home.power> (raw)
In-Reply-To: <20061116152446.GA4721@fly.srk.fer.hr>

Hi!

On Thu, Nov 16, 2006 at 04:24:46PM +0100, Dra?en Ka?ar wrote:
> However, there are multithreaded monsters which can't do that. fork()

:-/

Another option - you can ask runsv to 'x' (Exit) instead of 't' (Term).
In this case runsv will send SIGTERM to your process, which can process it
by just closing listening socket, waiting until existing connection finish
and then exit.
After few (up to 5) seconds runsv will be started again by runsvdir, and
so start second process of that server (which will open listening socket
again).

Probably you can even convert 't' to 'x' using file ./control/t - to be
able to use 't' instead of 'x' for restarting this service just as for any
other services.


P.S. Of course, better solution is not develop multithreaded monsters :)
or split that monster into two processes - one for accepting connections
and second for processing these connections (that architecture also much
better scale because you can run multiple "second" processes, each
multithreaded and process many connections - this proven to have better
performance compared to single multithreaded process or many
singlethreaded processes).

-- 
			WBR, Alex.


  reply	other threads:[~2006-11-17  0:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-15 11:47 Dražen Kačar
2006-11-15 16:08 ` Alex Efros
2006-11-16 15:24   ` Dražen Kačar
2006-11-17  0:15     ` Alex Efros [this message]
2006-11-17  0:48       ` Paul Jarc
2006-11-17 13:34         ` Alex Efros
2006-11-17 14:53           ` Charlie Brady
2006-11-17 15:39             ` Gerrit Pape
2006-11-18  0:22             ` Alex Efros
2006-11-18  1:34               ` Charlie Brady
2006-11-18 12:31                 ` Alex Efros
2006-11-18 19:30                   ` Paul Jarc
2006-11-20 18:27                     ` Dražen Kačar
2006-11-20 19:32                       ` Paul Jarc
2006-11-20 19:43                         ` Paul Jarc
2006-11-22 19:25                         ` Dražen Kačar
2006-11-22 19:51                           ` Paul Jarc
2006-11-23 12:25                             ` Dražen Kačar
2006-11-24 21:22                               ` Paul Jarc
2006-11-17 13:14     ` Gerrit Pape

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

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

  git send-email \
    --in-reply-to=20061117001519.GA652@home.power \
    --to=powerman@powerman.asdfgroup.com \
    --cc=dave@fly.srk.fer.hr \
    /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.
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 NNTP newsgroup(s).