python ultrabug@gentoo.org Enable support for sending statistics to a carbon server (see http://projects.unbit.it/uwsgi/wiki/Carbon). Let the uWSGI server as as an Erlang C-Node and exchange messages and rpc with Erlang nodes. Together with the USE=python this enables erlang support in python (see the mappings table in http://projects.unbit.it/uwsgi/wiki/ErlangIntegration). Embed plugins instead of building them as real plugins. When disabling this USE flag make sure you specify all used plugins in your uWSGI configuration. Note: Language plugins will always be built as real plugins. Use dev-python/gevent for async request dispatching and as LoopEngine (see http://projects.unbit.it/uwsgi/wiki/Gevent). Use dev-libs/jemalloc instead of libc's malloc Enable logging to graylog2 (see http://graylog2.org/). Support json as a configuration file format. Add nagios-friendly logging output (see http://projects.unbit.it/uwsgi/wiki/Nagios). Add the PostgreSQL probe plugin (see http://projects.unbit.it/uwsgi/wiki/DjangoDBHA). Use the EXPERIMENTAL asyncio (tulip) for python3.4 async request dispatching and as LoopEngine (see http://uwsgi-docs.readthedocs.org/en/latest/asyncio.html). Use dev-python/gevent for async request dispatching and as LoopEngine (see http://projects.unbit.it/uwsgi/wiki/Gevent). Enable routing support Enable support for writing requests data in RRD files. Support direct logging to a app-admin/rsyslog socket (without going through the syslog interface). Build a plugin which gives a network spooler (see http://projects.unbit.it/uwsgi/wiki/Spooler). Support yaml as a configuration file format. Use dev-libs/yajl instead of dev-libs/jansson for parsing JSON configuration files (if USe=json is set) Enable logging and deployment via ZeroMQ.