From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Git mirrors Date: Thu, 13 Oct 2011 02:24:33 +0200 Message-ID: <878vopd9ha.fsf@wanadoo.es> References: <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 1318465655 17841 80.91.229.12 (13 Oct 2011 00:27:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 00:27:35 +0000 (UTC) Cc: =?utf-8?Q?=C3=93scar?= Fuentes , Lars Ingebrigtsen , emacs-devel@gnu.org To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 02:27:30 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 1RE98z-0004jL-QY for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2011 02:27:29 +0200 Original-Received: from localhost ([::1]:41480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE98y-0007Gk-KN for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 20:27:28 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE98v-0007C6-KC for emacs-devel@gnu.org; Wed, 12 Oct 2011 20:27:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE96F-0004d0-A4 for emacs-devel@gnu.org; Wed, 12 Oct 2011 20:24:41 -0400 Original-Received: from impaqm3.telefonica.net ([213.4.138.19]:44876 helo=telefonica.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE96E-0004ce-SO for emacs-devel@gnu.org; Wed, 12 Oct 2011 20:24:39 -0400 Original-Received: from IMPmailhost4.adm.correo ([10.20.102.125]) by IMPaqm3.telefonica.net with bizsmtp id jzzl1h00L2iL0W23P0QcMp; Thu, 13 Oct 2011 02:24:36 +0200 Original-Received: from qcore ([83.45.165.175]) by IMPmailhost4.adm.correo with BIZ IMP id k0Qa1h00C3nNm431k0Qbne; Thu, 13 Oct 2011 02:24:36 +0200 X-Brightmail-Tracker: AAAAAA== X-original-sender: 981711563@telefonica.net In-Reply-To: (John Wiegley's message of "Wed, 12 Oct 2011 19:14:02 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.4.138.19 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:145085 Archived-At: John Wiegley writes: >>>>>> =C3=93scar Fuentes writes: > >> Have you considered implementing the above script as a CGI service on yo= ur >> web server? I don't think that people will need to consult the service m= ore >> 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 fi= gured > that would be too annoyingly slow for developers. Sorry, I was thinking on terms of revision ids. The CGI script would return the bzr revision-id and the developer himself would feed it to `bzr revision-info'. This way you save bandwith and the process is insignificantly slower for the developer.