From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 10 17:47:11 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E043F225; Mon, 10 Mar 2014 17:47:11 +0000 (UTC) Received: from mail-qc0-x22c.google.com (mail-qc0-x22c.google.com [IPv6:2607:f8b0:400d:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91B72907; Mon, 10 Mar 2014 17:47:11 +0000 (UTC) Received: by mail-qc0-f172.google.com with SMTP id i8so8221473qcq.3 for ; Mon, 10 Mar 2014 10:47:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Noz5J0jGBJ2T3HZf9k4UcwslJphUGJcAZZ/7Laq8utI=; b=wt39kXloITg3eTzn2CVOYv4lxzgc+VWktp3r0u6R1o9tBCe93R9+SvkM6AFn0E6tEG B8kBbJN96q+fhLJpMqY4lFZ1h9FzZYwQE+9MyPm6H/ySdVBwPOUVxoiUbfJ8kWP+Yp87 P/2W/ssOCj+yBniEOc2MPCSz9gwUIZKXRl8U/MUGyHJTtcsmR++KeLYbWF4gPD2W91Z+ pgYoiiizR6LbJrvr5IZbyPqv2YWIemKfVAVCc5w9wzE56zUQerMHzXUJfnm0PM+n5NUE 90b2Ap57TvyUwNpjwwxIfF82PdkDmYIbNCNFN4rO4BNwxE4X/W/5iannuwxXbMFhrZ1n oI6Q== MIME-Version: 1.0 X-Received: by 10.140.42.21 with SMTP id b21mr4972911qga.87.1394473630794; Mon, 10 Mar 2014 10:47:10 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.8.137 with HTTP; Mon, 10 Mar 2014 10:47:10 -0700 (PDT) In-Reply-To: <20140310131632.GI6900@ithaqua.etoilebsd.net> References: <20140310131632.GI6900@ithaqua.etoilebsd.net> Date: Mon, 10 Mar 2014 10:47:10 -0700 X-Google-Sender-Auth: KDlRAas5mNh053Y6Y6Asgn5UljY Message-ID: Subject: Re: [CFR] Kevent timer improvements From: Adrian Chadd To: Baptiste Daroussin , John-Mark Gurney Content-Type: text/plain; charset=ISO-8859-1 Cc: desrt@desrt.ca, "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 17:47:11 -0000 On 10 March 2014 06:16, Baptiste Daroussin wrote: > Hi all, > > A glib developer pointed me to some of the improvements Apple has done on > kqueue(2), some of those improvements are used or will be used by glib in the > near futur, plus add new one. > > I decided to implement part of it and here is the first patch about it: > http://people.freebsd.org/~bapt/kevent.diff +jmg, he's also done stuff with queue. I'm all for this idea. :-) -a