netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: horms@verge.net.au
Cc: ja@ssi.bg, netdev@vger.kernel.org, deanm@ispone.com.au,
	wensong@linux-vs.org, jmack@wm7d.net
Subject: Re: [PATCH] [IPVS] use msleep_interruptable() instead of ssleep() aka msleep()
Date: Sun, 10 Dec 2006 22:35:41 -0800 (PST)	[thread overview]
Message-ID: <20061210.223541.108741763.davem@davemloft.net> (raw)
In-Reply-To: <20061129005834.GA25535@verge.net.au>

From: Horms <horms@verge.net.au>
Date: Wed, 29 Nov 2006 09:58:35 +0900

> On Tue, Nov 28, 2006 at 10:35:01AM +0200, Julian Anastasov wrote:
> > 
> > 	Hello,
> > 
> > On Tue, 28 Nov 2006, Horms wrote:
> > 
> > > Dean Manners notices that when an IPVS synchonisation daemons are
> > > started the system load slowly climbs up to 1. This seems to be related
> > > to the call to ssleep(1) (aka msleep(1000) in the main loop. Replacing
> > > this with a call to msleep_interruptable() seems to make the problem go
> > > away. Though I'm not sure that it is correct.
> > 
> > 	The same is needed for sync_backup_loop
> 
> Good point. It also seems as well to change it in fork_sync_thread()
> and start_sync_thread(), though these are unlikely to be causing a problem.

Applied, thanks Simon.


      reply	other threads:[~2006-12-11  6:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-28  6:27 [PATCH] [IPVS] use msleep_interruptable() instead of ssleep() aka msleep() Horms
2006-11-28  8:35 ` Julian Anastasov
2006-11-29  0:58   ` Horms
2006-12-11  6:35     ` David Miller [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

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

  git send-email \
    --in-reply-to=20061210.223541.108741763.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=deanm@ispone.com.au \
    --cc=horms@verge.net.au \
    --cc=ja@ssi.bg \
    --cc=jmack@wm7d.net \
    --cc=netdev@vger.kernel.org \
    --cc=wensong@linux-vs.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.
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).