Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
Tengine, developed by Taobao, the largest e-commerce platform in Asia, is a web server that builds upon the Nginx HTTP server and boasts a range of advanced capabilities. This server has demonstrated exceptional stability and efficiency, serving some of the top 100 websites globally, including its parent site Taobao and tmall. Since becoming an open-source project in December 2011, Tengine has continued to thrive, with ongoing development led by a dedicated team composed of core members from Taobao, Sogou, and various other internet firms. The project fosters community involvement, encouraging contributions from developers everywhere. Notably, Tengine retains all features from Nginx-1.17.3, ensuring full compatibility with its predecessor. It supports the connect HTTP method for forward proxying and offers enhanced operational monitoring capabilities, including asynchronous logging, rollback features, DNS caching, and memory usage tracking. Furthermore, Tengine optimizes performance by allowing unbuffered uploads directly to HTTP and FastCGI backend servers, effectively reducing disk I/O operations. In addition, it incorporates multiple load balancing techniques, such as consistent hashing, session persistence, and upstream health checks, making it a robust choice for modern web applications. Overall, Tengine is an essential tool for developers seeking a reliable and feature-rich web server solution.
Description
Tornado is a web framework for Python that also serves as an asynchronous networking library, initially created at FriendFeed. Utilizing non-blocking network I/O, it has the capability to manage tens of thousands of simultaneous connections, making it particularly suited for applications requiring long-lived user connections, such as long polling and WebSockets. Unlike most Python web frameworks, Tornado does not follow the WSGI standard and is primarily operated with a single thread per process. Although the tornado.wsgi module offers some WSGI compatibility, it is not the main focus of development, and developers are encouraged to utilize Tornado’s own interfaces, like tornado.web, for building applications. It is important to note that Tornado code is generally not designed to be thread-safe. Since version 5.0, Tornado has been integrated with Python's standard library asyncio module, sharing the same default event loop. This integration allows for seamless mixing of libraries that are built for asyncio with Tornado, enhancing its versatility and functionality. As a result, developers can create highly efficient applications that leverage both Tornado's strengths and asyncio's capabilities.
API Access
Has API
API Access
Has API
Pricing Details
No price information available.
Free Trial
Free Version
Pricing Details
No price information available.
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Tengine
Founded
2011
Website
tengine.taobao.org
Vendor Details
Company Name
Tornado
Founded
2009
Country
United States
Website
www.tornadoweb.org/en/stable/