Skip to content

Commit

Permalink
Update Changelog-1.9.15.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Aug 29, 2013
1 parent 458ac1f commit 63bde22
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions Changelog-1.9.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pseudoterminals are then reachable via network (UNIX or TCP sockets).

You can use them for shared debugging or to have input channels on your webapps.

The plugin is in early stage of development (very few features) and it is not built in by default, but you can already male funny things like:
The plugin is in early stage of development (very few features) and it is not built in by default, but you can already make funny things like:

.. code-block:: ini
Expand Down Expand Up @@ -77,9 +77,9 @@ If you want to check all of your options in one step, you can now add the --stri
fallback configs
****************

Being very cheap (in term of resources) and supporting lot of operating system and architecture, uWSGI is heavily used in embedded systems.
Being very cheap (in term of resources) and supporting lot of operating systems and architectures, uWSGI is heavily used in embedded systems.

One of the common feature in such a device is the "reset to factory defaults" feature.
One of the common feature in such devices is the "reset to factory defaults".

uWSGI now natively support this kind of operation, thanks to the --fallback-config option.

Expand Down Expand Up @@ -153,7 +153,7 @@ This should help avoiding sysadmin destructive race conditions or misconfigurati
--worker-exec2
**************

this is line --worker-exec but happens after post_fork hooks
this is like --worker-exec but happens after post_fork hooks

allow post_fork hook on general plugins
***************************************
Expand Down Expand Up @@ -215,6 +215,8 @@ we want to call our function just before our application is loaded:
; set the hook
call-pre-app = i_am_hello_world_for_uwsgi
...
your custom function will be called just before app loading.

Expand All @@ -226,11 +228,11 @@ Note: dlopen is a wrapper for the dlopen() function, so all the same rules apply
init_func support for plugins, and --need-plugin variant
********************************************************

when loading a plugin you can call a symbol in soon after dlopen():
when loading a plugin you can call a symbol defined in it soon after dlopen():

.. code-block:: sh
uwsgi --plugin foobar|myfunc ...
uwsgi --plugin "foobar|myfunc" ...
uWSGI will call the 'myfunc' symbol exposed by the 'foobar' plugin

Expand All @@ -244,14 +246,15 @@ Author: Ryan Petrello
A new python loader (--pecan) has been added for the pecan WSGI framework

http://pecanpy.org/

https://uwsgi-docs.readthedocs.org/en/latest/Python.html#pecan-support

UWSGI_REMOVE_INCLUDES
*********************

during the build phase you can remove include headers with the UWSGI_REMOVE_INCLUDES environment variable.

This is useful for cross-compiling where some automatically detected includes could be wrong
This is useful for cross-compilation where some automatically detected includes could be wrong

router_expires
**************
Expand Down Expand Up @@ -279,7 +282,7 @@ The GlusterFS plugin (beta)

This new plugin make use ot the new glusterfs c api, avoiding the overhead of fuse when serving files stored on glusterfs servers.

The plugin supports the multiprocess and multithreades modes, while async modes are currently in beta.
The plugin supports the multiprocess and multithreads modes, while async modes are currently in beta.

Documentation is available: :doc:`GlusterFS`

Expand Down

0 comments on commit 63bde22

Please sign in to comment.