Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id B48749FB4CC for ; Sun, 18 Mar 2007 16:41:22 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-new, port 10024) with ESMTP id 72806-05 for ; Sun, 18 Mar 2007 16:41:20 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 3FA359FB3FA for ; Sun, 18 Mar 2007 16:41:20 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id D9FD2DCC167 for ; Sun, 18 Mar 2007 20:41:18 +0100 (CET) Message-ID: <45FD95EF.4050500@hagander.net> Date: Sun, 18 Mar 2007 20:41:35 +0100 From: Magnus Hagander User-Agent: Thunderbird 2.0pre (Windows/20070317) MIME-Version: 1.0 To: PostgreSQL www Subject: Remembering the last used mirror X-Enigmail-Version: 0.95b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.515 tagged_above=0 required=5 tests=AWL, BAYES_60 X-Spam-Level: X-Archive-Number: 200703/33 X-Sequence-Number: 11730 Hi! I've added code to remember the last mirror used (using a cookie) and automatically download from that mirror the next time the same user comes in to the site. You can see it in action at http://magnus-master.pgadmin.org/ftp/. Right now, it's set to redirect to the last used mirror after 5 seconds. Before I commit the code, does anybody have a different idea on how long that time should be? (Or for that matter, does anybody think this whole thing is a crappy idea?) //Magnus