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
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to