From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74007 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: Improving Gnus speed Date: Wed, 10 Nov 2010 15:12:21 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <87d3qeqi9z.fsf@lifelogs.com> <87zkthnwbw.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1289398388 6251 80.91.229.12 (10 Nov 2010 14:13:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Nov 2010 14:13:08 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22375@lists.math.uh.edu Wed Nov 10 15:13:04 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PGBQ7-0005at-M5 for ding-account@gmane.org; Wed, 10 Nov 2010 15:13:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PGBQ2-00061v-Es; Wed, 10 Nov 2010 08:12:58 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PGBQ0-00061Z-EX for ding@lists.math.uh.edu; Wed, 10 Nov 2010 08:12:56 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PGBPz-0005DS-9N for ding@lists.math.uh.edu; Wed, 10 Nov 2010 08:12:56 -0600 Original-Received: from mail-fx0-f44.google.com ([209.85.161.44]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PGBPy-0001j3-00 for ; Wed, 10 Nov 2010 15:12:54 +0100 Original-Received: by fxm3 with SMTP id 3so369563fxm.17 for ; Wed, 10 Nov 2010 06:12:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization :references:date:in-reply-to:message-id:user-agent:mime-version :content-type; bh=9WwfTlh7hBoK8IP+pqWpwks5MWSX6uUtXwp3nfB3oe8=; b=UZ76hQID9Nbla+DjNHrYWJdzsbnrqNGPOsbHFhIgktZB3737CobrJu6Q141rh2VYdl CIbqQx6PsWm8et0ZfK7Kpln7bWvChAzp7y+lMyqsjkyiG7d3aR0ig6qZZkhO+7Hs6lML TTTgcbqa5S4KrG+RBiEmDrAkw+yxLGnWk7ftI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:organization:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=TeqoWWcPM1eKDl5x+XI0fgEy4saTnKDmvJpQjNkn79SrdeEP5Qw20uLwjP3xxr27ia 1vgqnjTZ5Qoen0xPIS6R/PWB6ChStQ5XGtnpodcd8t3kKiezBtSREHZwbTBuzM9fdy3Y HgQ4eF0BOMzjgdxvu9oXaQZE1m2UdCuXoMw24= Original-Received: by 10.223.100.9 with SMTP id w9mr2384722fan.12.1289398343804; Wed, 10 Nov 2010 06:12:23 -0800 (PST) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id 16sm313189fal.24.2010.11.10.06.12.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 10 Nov 2010 06:12:22 -0800 (PST) In-Reply-To: <87zkthnwbw.fsf@lifelogs.com> (Ted Zlatanov's message of "Wed, 10 Nov 2010 07:26:43 -0600") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74007 Archived-At: Ted Zlatanov writes: > On Wed, 10 Nov 2010 10:39:00 +0100 Julien Danjou wrote: > > JD> On Tue, Nov 09 2010, Richard Riley wrote: >>> Well, most of those that are limited by a firewall yes. Most people use >>> the git protocol. Which begs the question : can both not be enabled? The >>> transport protocol shouldn't affect the repo in any shape nor form >>> should it? > > JD> I does not affect anything, it's just a sysadmin problem to install a > JD> git-server. > > You're assuming there's a need for this. Is there anyone that can't get > work done using the HTTP/HTTPS transport? > The git protocol is so much more efficient. And with open source can be provided free by places like github. Why use a slow and inefficient one when both can be used? Seems a strange decision. OK, not as bad as bzr for emacs but ... ;)