Tornado is an open source version of this web server and some of the tools we use most often at FriendFeed. 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, it can handle 1000s of simultaneous standing connections, which means the framework is ideal for real-time web services.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->yzlin I'll take it.
yzlin 2009-10-03 03:21:14 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-tornado Makefile distinfo pkg-descr pkg-plist Log: Add py-tornado 0.1, python Web Server from FriendFeed. PR: ports/138802 Submitted by: Guixing Bai<khsing.cn at gmail.com> Approved by: rafan (co-mentor) Revision Changes Path 1.2442 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/py-tornado/Makefile (new) 1.1 +3 -0 ports/www/py-tornado/distinfo (new) 1.1 +10 -0 ports/www/py-tornado/pkg-descr (new) 1.1 +43 -0 ports/www/py-tornado/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!