Below you will find pages that utilize the taxonomy term “application server”
Posts
Gunicorn
Introduction Gunicorn, short for “Green Unicorn,” is a Python Web Server Gateway Interface (WSGI) HTTP server. It is a pre-fork worker model server that provides a high level of performance and reliability for Python web applications. Gunicorn is a popular choice for Python web applications because of its ease of use, speed, and scalability.
Installation and Configuration Gunicorn can be installed easily with pip, the Python package manager. Once installed, you can run a simple web application by specifying the name of the module containing the application and the name of the application object.
Posts
Uwsgi
The uWSGI project aims at developing a full stack for building hosting services.
Application servers (for various programming languages and protocols), proxies, process managers and monitors are all implemented using a common api and a common configuration style.
Thanks to its pluggable architecture it can be extended to support more platforms and languages.
Many hosting providers use uWSGI as application server. Some providers, like SELinuxComputing, offer secure uWSGI hosting of your applications with SELinux.