Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63512 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81471 invoked from network); 17 Oct 2012 19:07:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2012 19:07:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=tularis@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tularis@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: tularis@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bk0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:63660] helo=mail-bk0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/C3-64689-DD10F705 for ; Wed, 17 Oct 2012 15:07:11 -0400 Received: by mail-bk0-f42.google.com with SMTP id j5so3351476bkw.29 for ; Wed, 17 Oct 2012 12:07:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=D7upylNNPNPCuNgRniBtEcXAPeTD4J9NkpZ9ADgfSo8=; b=0ceFXl9fCiHrkFMzbw5tlNWwi+NWektPzJO8w/Weu6NIwib/qXNw9QP/uQtKPxcs4k vOMAzGjmCIH15RSpUh8NR/0PI9j4kgMPNNUJfIN2pj3snB+Km0j+WBESV8Jtnyv2eZTG kE+VbjuqnWOHbLVSor4lPZe0Fk4QaRQftAov7Vy7thXzJEiv3e/CXsTJLblgdNgnQo99 O5OSVzVT6tKLW9CUiPDbP0nRXf27+YXaD4QAqdHNOdycYWl+L02g2mkoQuHKGJj1rB6l feoSb0ZujBVT7QhVvYWSzzVfqB5nGZf5CbSaVaZogObQ+tLHv33BHJ3NVh/nG9bOhQrl J8mg== Received: by 10.204.128.136 with SMTP id k8mr5492397bks.84.1350500825295; Wed, 17 Oct 2012 12:07:05 -0700 (PDT) Received: from [127.0.0.1] ([192.87.225.65]) by mx.google.com with ESMTPS id j24sm13590830bkv.0.2012.10.17.12.07.03 (version=SSLv3 cipher=OTHER); Wed, 17 Oct 2012 12:07:03 -0700 (PDT) Sender: Maciek Sokolewicz Message-ID: <507F01D4.5050509@php.net> Date: Wed, 17 Oct 2012 21:07:00 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Pierre Joye CC: "internals@lists.php.net" References: <9570D903A3BECE4092E924C2985CE485612B78D3@MBX202.domain.local> <878vb5av6o.fsf@friendface.i-did-not-set--mail-host-address--so-tickle-me> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Alternatives to mailing list? From: maciek.sokolewicz@gmail.com (Maciek Sokolewicz) On 17-10-2012 20:42, Pierre Joye wrote: > On Wed, Oct 17, 2012 at 7:02 PM, Jeremiah Dodds > wrote: > >> That said, it's a little ridiculous to expect people to figure out a new >> reader or whatever. Luckily, forums are jut a web version of >> USENET. There are a few existing tools that take a mailing list and >> mirror it to a web-based forum and vice-versa, and it makes a lot of >> sense -- different frontends for the same set of data. > > http:.//news.php.net, which is the web frontend to view mail posts, > nttp is supported too (did not try for a while but.. :) > > NNTP works great! The only pain in the ass is that it's hellishly slow and very very often times out, making the reading of longer threads (like this one) take... ages... Perhaps it could be mirrored / load distributed as well? Daniel? - Tul