< Home - < Back

uwsgi


Information about the package, uwsgi, which is shipped with common Linux distributions. The uwsgi package is designed for, Fast, self-healing, application container server.


Package Name:

uwsgi

Summary:

Fast, self-healing, application container server

Description:

uWSGI is a fast (pure C), self-healing, developer/sysadmin-friendly application container server. Born as a WSGI-only server, over time it has evolved in a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi (all lowercase, already included by default in the Nginx and Cherokee releases) protocol for all the networking/interprocess communications. Can be run in preforking mode, threaded, asynchronous/evented and supports various form of green threads/co-routine (like uGreen and Fiber). Sysadmin will love it as it can be configured via command line, environment variables, xml, .ini and yaml files and via LDAP. Being fully modular can use tons of different technology on top of the same core.

Architecture:

x86_64

Version:

2.0.16

Release:

1.el6

Size:

357 k

Repository:

epel

From Repository:

Licence:

GPLv2 with exceptions



Handy Yum Commands for uwsgi


Control the uwsgi package with the following handy commands outlined below.


Command

Description of Command

yum install uwsgi

This command will install uwsgi on the server.

yum remove uwsgi

This command will un-install uwsgi on the server. When you run this command, you will be asked if you are sure that you want to remove uwsgi, so you have to manually confirm that you want to do this.

yum -y remove uwsgi

This command will un-install uwsgi on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove uwsgi when using the -y flag.

yum update uwsgi

This command will update uwsgi to the latest version. When you run this command, you will be asked if you are sure that you want to remove uwsgi, so you have to manually confirm that you want to do this.

yum -y update uwsgi

This command will update uwsgi to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove uwsgi when using the -y flag.

yum info uwsgi

This command will show you core information about the uwsgi package.

yum deplist uwsgi

This command will show you the dependencies for uwsgi. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update uwsgi

This command will check if there is an update waiting on uwsgi. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.