Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 12:47:21 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: new DragonFly-3.2 scheduler and PostgreSQL comparision with FreeBSD 9.1-RC1
Message-ID:  <507A8A29.4070601@FreeBSD.org>
In-Reply-To: <5079DCCE.4020901@FreeBSD.org>
References:  <CAJ-VmomzubLrG7apd2tFObo2C_C2J4jRanwdR6foY-x3wcRSuA@mail.gmail.com> <1350153522261-5751733.post@n5.nabble.com> <5079DCCE.4020901@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
on 14/10/2012 00:27 Pedro Giffuni said the following:
> Actually ...
> 
> On 10/13/2012 13:38, Jakub Lach wrote:
>> I'm not at all up to date with DragonFly, so does anybody know
>> what did they change so spectacularly between 3.0/3.2?
>>
> Their explanation of the changes is here:
> 
> http://www.shiningsilence.com/dbsdlog/2012/09/19/10403.html

>From the article:

      (3) It will detect process block/wakeup events which e.g. tie two
	  processes together, and will try to move the process pairs closer
	  to each other using that information.

	  For example, if you have many postgres clients and servers on a
	  large server, enough to load down all cores, the client and
	  server pairs will be localized to the same socket, thus making
	  use of chip caches to facilitate communications between the two
	  processes.

This sounds like a nice heuristic.  Currently our code unintentionally does the
opposite quite often.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?507A8A29.4070601>