Return-Path: X-Original-To: apmail-river-dev-archive@www.apache.org Delivered-To: apmail-river-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 095856EE2 for ; Sun, 31 Jul 2011 23:24:02 +0000 (UTC) Received: (qmail 32137 invoked by uid 500); 31 Jul 2011 23:24:01 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 32100 invoked by uid 500); 31 Jul 2011 23:24:01 -0000 Mailing-List: contact dev-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list dev@river.apache.org Received: (qmail 32092 invoked by uid 99); 31 Jul 2011 23:24:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jul 2011 23:24:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pats@acm.org designates 209.86.89.65 as permitted sender) Received: from [209.86.89.65] (HELO elasmtp-kukur.atl.sa.earthlink.net) (209.86.89.65) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jul 2011 23:23:51 +0000 Received: from [70.230.200.54] (helo=[192.168.1.100]) by elasmtp-kukur.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1QnfM2-0001X5-W8 for dev@river.apache.org; Sun, 31 Jul 2011 19:23:31 -0400 Message-ID: <4E35E3F8.7030704@acm.org> Date: Sun, 31 Jul 2011 16:23:36 -0700 From: Patricia Shanahan User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: dev@river.apache.org Subject: Re: Future plans References: <4E351598.409@zeus.net.au> In-Reply-To: <4E351598.409@zeus.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 9a090983a806273c061ba25959e76cc985338a7d01cb3b6a7e972de0d01da940da93ad6f156fc996da9668ce26dcdd81350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 70.230.200.54 X-Virus-Checked: Checked by ClamAV on apache.org On 7/31/2011 1:43 AM, Peter Firmstone wrote: ... > * TaskManager - improve concurrency and remove the dependency on > Task.runAfter() in River code. ... I'm playing with implementing a subclass of ThreadPoolExecutor that modifies the number of threads based on the mean number of tasks over some recent time period. That way, the number of threads will not be a long term bottleneck, but threads will not be created and destroyed for short-lived bursts. I have an on-going concern, for all performance and concurrency work in River, that we have neither benchmarks nor access to real installations to instrument and observe. Patricia