[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090811110902.255877673@suse.de>
Date: Tue, 11 Aug 2009 21:09:02 +1000
From: npiggin@...e.de
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Manfred Spraul <manfred@...orfullife.com>,
Nadia Derbey <Nadia.Derbey@...l.net>,
Pierre Peiffer <peifferp@...il.com>,
linux-kernel@...r.kernel.org
Subject: [patch 0/4] ipc sem improvements
Hi, this patchset is some improvements I've been trying to make to sysv
semaphore implementation which is pretty suboptimal (O(n^2) behaviour
with n waiting processes, among other things).
I've been quite careful to try retaining fifo and avoiding starvation
even for complex operations.
Comments?
Thanks,
Nick
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists