In message <[EMAIL PROTECTED]> you write: > On a higher level, I think the scanning of the run list to set flags and > counters is a bit off. [snip standard refcnt scheme] For most things, refcnts are great. I use them in connection tracking. But when writes can be insanely slow (eg. once per hour), those two atomic ops just hurt scalability, and are invasive. In particular, they suck HARD for modules, which is where my initial quiescent wait implementation came from, only I didn't call it that because Andi hadn't posted the Sequent paper URL yet and I hadn't figured out that this was a generically useful scheme that can be implemented in 20 lines... Rusty. -- Premature optmztion is rt of all evl. --DK - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH for 2.5] preemptible kern... Dipankar Sarma
- Re: [PATCH for 2.5] preemptible ... george anzinger
- Re: [PATCH for 2.5] preemptible ... Dipankar Sarma
- Re: [PATCH for 2.5] preemptible ... Keith Owens
- Re: [PATCH for 2.5] preemptible kernel Nigel Gamble
- Re: [PATCH for 2.5] preemptible kernel Nigel Gamble
- Re: [PATCH for 2.5] preemptible kernel Rusty Russell
- Re: [PATCH for 2.5] preemptible kernel george anzinger
- Re: [PATCH for 2.5] preemptible kern... Nigel Gamble
- Re: [PATCH for 2.5] preemptible ... george anzinger
- Re: [PATCH for 2.5] preemptible ... Rusty Russell
- Re: [PATCH for 2.5] preemptible kernel Nigel Gamble
- Re: [PATCH for 2.5] preemptible kern... Rusty Russell
- Re: [PATCH for 2.5] preemptible kernel Roger Larsson
- Re: [PATCH for 2.5] preemptible kernel Nigel Gamble
- Re: [PATCH for 2.5] preemptible kernel george anzinger
- Re: [PATCH for 2.5] preemptible kernel Paul McKenney
- Re: [PATCH for 2.5] preemptible kernel Andi Kleen
- Re: [PATCH for 2.5] preemptible kernel Paul McKenney
- Re: [PATCH for 2.5] preemptible kernel Rusty Russell
- Re: [Lse-tech] Re: [PATCH for 2.5] preemptible kernel Andi Kleen