From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: "Lars Hjemli" Subject: Re: kernel.org mirroring (Re: [GIT PULL] MMC update) Date: Fri, 8 Dec 2006 20:59:47 +0100 Message-ID: <8c5c35580612081159r325bfe1dsa764da050d63606b@mail.gmail.com> References: <457868AA.2030605@zytor.com> <20061207193012.GA84678@dspnet.fr.eu.org> <4578722E.9030402@zytor.com> <4579611F.5010303@dawes.za.net> <45798FE2.9040502@zytor.com> <457995F8.1080405@zytor.com> <8c5c35580612081149y2042c62j55b1b7b3f23da6ad@mail.gmail.com> <4579C234.5080709@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Date: Fri, 8 Dec 2006 20:00:02 +0000 (UTC) Cc: "Linus Torvalds" , "Git Mailing List" Return-path: Envelope-to: gcvg-git@gmane.org DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=XJe1rjoEXJsSKMioST1bfpC1oEQ30FA0fbLmOCzqpE2vLa7z5XqkVzDxHZBHqzKPzofwcYkLQa6MgDnj6pVgi2js0NlEHF/kcL8or4N3xQ/7xs1flpfz9hSxM790KQ1C2Eiwgo8YLl5nN/5+jY0ZPyW9aQ2wXPYmzwujQeMJ8RU= In-Reply-To: <4579C234.5080709@zytor.com> Content-Disposition: inline X-Google-Sender-Auth: ae5847c69a63bb17 Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gslsv-0004JE-4V for gcvg-git@gmane.org; Fri, 08 Dec 2006 20:59:53 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1426183AbWLHT7t (ORCPT ); Fri, 8 Dec 2006 14:59:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1426182AbWLHT7t (ORCPT ); Fri, 8 Dec 2006 14:59:49 -0500 Received: from nf-out-0910.google.com ([64.233.182.187]:30290 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1426183AbWLHT7t (ORCPT ); Fri, 8 Dec 2006 14:59:49 -0500 Received: by nf-out-0910.google.com with SMTP id o25so1223409nfa for ; Fri, 08 Dec 2006 11:59:47 -0800 (PST) Received: by 10.82.172.15 with SMTP id u15mr589728bue.1165607987406; Fri, 08 Dec 2006 11:59:47 -0800 (PST) Received: by 10.82.158.7 with HTTP; Fri, 8 Dec 2006 11:59:47 -0800 (PST) To: "H. Peter Anvin" Sender: git-owner@vger.kernel.org On 12/8/06, H. Peter Anvin wrote: > Trust me, perl, or CGI, is not the problem. It's all about I/O traffic > generated by git. Yes, I understand. That's why I've been thinking about internal caching of pages. It's just a kick doing it in C, playing around with the git internals :-) --