From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2966 invoked by alias); 30 Nov 2004 21:17:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2868 invoked from network); 30 Nov 2004 21:17:11 -0000 Received: from unknown (209.128.65.135) by sourceware.org with QMTP; 30 Nov 2004 21:17:11 -0000 Received: (qmail 7588 invoked by uid 10); 30 Nov 2004 21:17:10 -0000 Received: (qmail 12837 invoked by uid 500); 30 Nov 2004 21:17:02 -0000 From: Ian Lance Taylor To: Randolph Chung Cc: gdb@sources.redhat.com Subject: Re: sources.r.c cvs server problems? References: <20041130162542.GU6359@tausq.org> <20041130204037.GE9610@trixie.casa.cgf.cx> <20041130204707.GY6359@tausq.org> Date: Tue, 30 Nov 2004 21:46:00 -0000 In-Reply-To: <20041130204707.GY6359@tausq.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-11/txt/msg00266.txt.bz2 Randolph Chung writes: > ok, is there any interest in setting up ssh anoncvs access? Not really, because it will make it much harder for us to rate limit anonymous CVS access. Anonymous CVS is a surprisingly big resource drain; we currently limit it to 10 simultaneous connections. Normally when there are 10 active connections further connections get delayed until one of the active ones exits. Ian