Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933863Ab0FFACS (ORCPT ); Sat, 5 Jun 2010 20:02:18 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:33176 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933788Ab0FFACR convert rfc822-to-8bit (ORCPT ); Sat, 5 Jun 2010 20:02:17 -0400 MIME-Version: 1.0 In-Reply-To: <20100605163411.6c561fbf@infradead.org> References: <20100603193045.GA7188@elte.hu> <20100603231153.GA11302@elte.hu> <20100603232302.GA16184@elte.hu> <20100604071354.GA14451@elte.hu> <20100604083423.GD15181@elte.hu> <1275653210.27810.39762.camel@twins> <1275731653.27810.41078.camel@twins> <20100605092851.6ee15f13@infradead.org> <20100605152326.7ccd5160@infradead.org> <20100605163411.6c561fbf@infradead.org> Date: Sat, 5 Jun 2010 17:02:16 -0700 Message-ID: Subject: Re: suspend blockers & Android integration From: =?ISO-8859-1?Q?Arve_Hj=F8nnev=E5g?= To: Arjan van de Ven Cc: Peter Zijlstra , Ingo Molnar , tytso@mit.edu, Brian Swetland , Neil Brown , Thomas Gleixner , "Rafael J. Wysocki" , Alan Stern , Felipe Balbi , LKML , Florian Mickler , Linux OMAP Mailing List , Linux PM , Alan Cox , James Bottomley , Linus Torvalds , Kevin Hilman , "H. Peter Anvin" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1489 Lines: 39 2010/6/5 Arjan van de Ven : > On Sat, 5 Jun 2010 15:39:44 -0700 > Arve Hj?nnev?g wrote: > >> > >> > For example if the Adobe Flash player puts a timer every 10 >> > milliseconds (yes it does that), and you give it a 3.99 seconds >> > range, it will fire its timers every 4 seconds.... unless other >> > activity happens independently, at which point it'll align with >> > that instead. >> > >> >> If you do that what you are delivering is nowhere close to what the >> app asked for. > > yeah it feels a little bit suspended > >> You don't need range timers for this, you could just as >> well add 4 seconds to all normal timers. > > .. with the difference that with range timers, you naturally align with > other activity, so if there's system level activity, the AVERAGE service > the app gets is better by a LOT than just adding 4 seconds always. > > but you knew that.... just doesn't help your case. So you are saying it is safe to use range timers to radically change the requested timer interval because it does not actually get to the value that you changed it so. But you are also saying that this will allow the system to stay idle for that long. Something does not add up. -- Arve Hj?nnev?g -- 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/