From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.141.209 with SMTP id n17cs88475bku; Tue, 29 Jun 2010 06:16:04 -0700 (PDT) Received: by 10.213.12.196 with SMTP id y4mr1658539eby.12.1277817363948; Tue, 29 Jun 2010 06:16:03 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 39si6073963ibg.6.2010.06.29.06.16.03; Tue, 29 Jun 2010 06:16:03 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 11EAE185837D; Tue, 29 Jun 2010 09:16:02 -0400 (EDT) Received: from www.cquest.utoronto.ca (www.cquest.utoronto.ca [192.82.128.5]) by rubyforge.org (Postfix) with ESMTP id 8D189185836F for ; Tue, 29 Jun 2010 09:15:57 -0400 (EDT) Received: from pinkfloyd.chass.utoronto.ca ([128.100.160.254]:59803 ident=93) by www.cquest.utoronto.ca with esmtp (Exim 4.43) id 1OTafM-0004Wz-UK for sup-devel@rubyforge.org; Tue, 29 Jun 2010 09:15:56 -0400 Received: from bwalton by pinkfloyd.chass.utoronto.ca with local (Exim 4.63) (envelope-from ) id 1OTafM-0004d9-TV for sup-devel@rubyforge.org; Tue, 29 Jun 2010 09:15:56 -0400 From: Ben Walton To: sup-devel In-reply-to: <1277801600-sup-3476@twin.sascha.silbe.org> References: <1277801600-sup-3476@twin.sascha.silbe.org> Date: Tue, 29 Jun 2010 09:15:56 -0400 Message-Id: <1277817081-sup-1172@pinkfloyd.chass.utoronto.ca> User-Agent: Sup/git Subject: Re: [sup-devel] Will sup blow up after adding 10k sources? X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Sascha Silbe's message of Tue Jun 29 04:54:22 -0400 2010: Hi Sascha, > Wouldn't it be better to (*) use small fixed source ids for > SentManager/DraftManager and let SourceManager start above a number > of reserved ids (say: 50)? Is there something in sup that depends on > the non-special source ids not to have "holes" (or will waste > resources in that case)? I agree that this would have been a better choice early on. Assign the lowest possible id's to the Sent/Draft sources and then hand out id's dynmaically from there. > Another approach would be to make the SentManager/DraftManager > source ids dynamic and add them to sources.yaml. I'd have to look, but changing these id's after they've been used will cause problems requiring a resync, I believe. I'm sure others that have been more active in this part of the source lately can provide more info too. HTH. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel