From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Git mirrors Date: Wed, 12 Oct 2011 19:14:02 -0500 Message-ID: References: <87k48by7ex.fsf@lifelogs.com> <83sjmywqc6.fsf@gnu.org> <877h49evsi.fsf@wanadoo.es> <83wrc93m42.fsf@gnu.org> <87pqi1dd2z.fsf@wanadoo.es> <87lispdbny.fsf@wanadoo.es> <87hb3dda4u.fsf@wanadoo.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1318465681 17954 80.91.229.12 (13 Oct 2011 00:28:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 00:28:01 +0000 (UTC) Cc: Lars Ingebrigtsen , emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 02:27:57 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RE99P-0004sg-VI for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2011 02:27:56 +0200 Original-Received: from localhost ([::1]:42077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE99P-0007f5-B2 for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 20:27:55 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE99L-0007bZ-LT for emacs-devel@gnu.org; Wed, 12 Oct 2011 20:27:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE8w2-0002i8-3u for emacs-devel@gnu.org; Wed, 12 Oct 2011 20:14:07 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:33663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE8w1-0002hn-Qv for emacs-devel@gnu.org; Wed, 12 Oct 2011 20:14:06 -0400 Original-Received: by iagj37 with SMTP id j37so738975iag.0 for ; Wed, 12 Oct 2011 17:14:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=qezBFo8zDCvBZKhOdW9JF9OrQHMMZTdQMXU/OterY1c=; b=gP5qXsTMnYccWJxa00MsTsvXKzii57o7KC7YK2RvjwvLrj18htEWmkjrPwLLtiUjop 3h8Bp9HM8745uAXUT+GzAO7mGUNPGsDPgAnxslpaLpFyZC0XmMraY8RKQcpJIAcJxWhM G1LUgX2xFp4zAO3LdFT9W09zapOawdxg6w4Z8= Original-Received: by 10.42.144.198 with SMTP id c6mr2426407icv.45.1318464845347; Wed, 12 Oct 2011 17:14:05 -0700 (PDT) Original-Received: from vulcan.localhost (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id el2sm9514301ibb.10.2011.10.12.17.14.03 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Oct 2011 17:14:03 -0700 (PDT) Original-Received: by vulcan.localhost (Postfix, from userid 501) id 2F8DD5551765; Wed, 12 Oct 2011 19:14:02 -0500 (CDT) In-Reply-To: <87hb3dda4u.fsf@wanadoo.es> (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Thu, 13 Oct 2011 02:10:25 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145086 Archived-At: >>>>> =C3=93scar Fuentes writes: > Have you considered implementing the above script as a CGI service on your > web server? I don't think that people will need to consult the service mo= re > than a few times per day. A single download of the map file will use more > bandwith than the cgi script on a whole year. It would still take 16 seconds per query. I wrote the CGI script, but figu= red that would be too annoyingly slow for developers. John