From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: Re: Design challenges in chunkd self-checking Date: Tue, 5 Jan 2010 13:47:02 -0700 Message-ID: <20100105134702.1e72ced2@redhat.com> References: <20091222144111.789a5b91@redhat.com> <4B314BAE.4010805@garzik.org> <20091222184014.22c5d1c5@redhat.com> <4B319030.9070906@garzik.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B319030.9070906@garzik.org> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jeff Garzik Cc: Project Hail List On Tue, 22 Dec 2009 22:36:16 -0500 Jeff Garzik wrote: > Seems like a mutex-wrapped GLib hash table would work... I dunno about this... See, I think it's like kernel timers: there's a lot of premium on having add and remove quick, and the rest is whatever. The important part is not to penalize the latency of normal requests only to make self-checking faster. That process takes hours to loop anyway, maybe days. I went with a list for now. -- Pete