CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/01/13 13:34:35
Log message:
import tornado, an open source version of the scalable, non-blocking web
server and tools.
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.
ok benoit@, Wen Heping (thanks).
Status:
Vendor Tag: rpointel
Release Tags: rpointel_20120113
N ports/www/py-tornado/Makefile
N ports/www/py-tornado/distinfo
N ports/www/py-tornado/pkg/PLIST
N ports/www/py-tornado/pkg/DESCR
No conflicts created by this import