Re: [Lse-tech] [patch] sched-domain cleanups, sched-2.6.5-rc2-mm2-A3

From: Martin J. Bligh (mbligh_at_aracnet.com)
Date: 03/30/04

  • Next message: Ivan Godard: "Re: Kernel support for peer-to-peer protection models..."
    Date:	Tue, 30 Mar 2004 07:27:04 -0800
    To: Nick Piggin <nickpiggin@yahoo.com.au>, Ingo Molnar <mingo@elte.hu>, Erich Focht <efocht@hpce.nec.com>
    
    

    > Well, it will be interesting to see how it goes. Unfortunately
    > I don't have a single realistic benchmark.

    That's OK, neither does anyone else ;-) OK, for HPC workloads they do,
    but not for other stuff.

    The closest I can come conceptually is to run multiple instances of a
    Java benchmark in parallel. The existing ones all tend to be either 1
    process with many threads, or many processes each with one thread. There's
    no m x n benchamrks around I've found, and that seems to be a lot more
    like what the customers I've seen are interested in (throwing a DB,
    webserver, java, etc all on one machine).

    Making balance_on_fork a userspace hintable thing wouldn't hurt us at all
    though, and would provide a great escape route for the HPC people.
    Some simple pokeable in /proc would probably be sufficient. balance_on_clone
    is harder, as whether you want to do it or not depends more on the state
    of the rest of the system, which is very hard for userspace to know ...

    M.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Ivan Godard: "Re: Kernel support for peer-to-peer protection models..."