Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 3F83B63C07C for ; Fri, 25 Jan 2013 22:33:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1EF6114A18D; Fri, 25 Jan 2013 22:33:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1E7F14A190 for ; Fri, 25 Jan 2013 22:33:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vnkfwObuXJjx for ; Fri, 25 Jan 2013 22:33:47 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 67C7214A18D for ; Fri, 25 Jan 2013 22:33:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5E54A175DD; Fri, 25 Jan 2013 22:33:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 25 Jan 2013 22:33:47 +0000 From: "Emile iMil Heitor" Subject: CVS commit: pkgsrc/www/py-tornado To: pkgsrc-changes@NetBSD.org Reply-To: imil@netbsd.org X-Mailer: log_accum Message-Id: <20130125223347.5E54A175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: imil Date: Fri Jan 25 22:33:47 UTC 2013 Added Files: pkgsrc/www/py-tornado: DESCR Makefile PLIST distinfo Log Message: Initial import of py-tornado, version 2.4.1, into the NetBSD Packages Collection. Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll or kqueue, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services. We built the web server specifically to handle FriendFeed's real-time features -- every active user of FriendFeed maintains an open connection to the FriendFeed servers. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-tornado/DESCR \ pkgsrc/www/py-tornado/Makefile pkgsrc/www/py-tornado/PLIST \ pkgsrc/www/py-tornado/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.