Tornado Web Server is a very lightweight, highly scalable, and non-blocking io http://www.aliyun.com/zixun/aggregation/17117.html ">web Server software written using Python, The famous Friendfeed website is built using it.
Unlike other mainstream Web server frameworks (primarily the Python framework), Tornado uses Epoll non-blocking io, which responds quickly, handles thousands of concurrent connections, and is especially useful for real-time web services.
To use it, you must follow these kits:
1 python (recommended Python 2.5/python 2.6)
2) Simplejson (recommended to use Simplejson 2.0.9)
3) CURL (recommended to use CURL 7.19.7 or above)
4) Pycurl (recommended to use Pycurl 7.16.2.1)
5 Tornado Web Server (This is the protagonist, version of the latest installation of the official online bar)
The open source Python Web Server + Framework from FriendFeed, which has been acquired by Facebook, is a lot like GAE. Source code in:
Http://github.com/facebook/tornado
If you can't access tornadoweb.org, you can download the latest version 0.2 from the place I backed up:
This is the technology that FriendFeed already uses in the production environment, and its implementation and usage are excellent. In short, it is a very worthwhile learning framework.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.