|
|
@ -159,14 +159,14 @@ Enhancements
|
|
|
|
``mitogen_get_stack`` action that is automatically added to the action
|
|
|
|
``mitogen_get_stack`` action that is automatically added to the action
|
|
|
|
plug-in path. See :ref:`mitogen-get-stack` for more information.
|
|
|
|
plug-in path. See :ref:`mitogen-get-stack` for more information.
|
|
|
|
|
|
|
|
|
|
|
|
* `#415 <https://github.com/dw/mitogen/issues/415>`_: the interface employed for
|
|
|
|
* `#415 <https://github.com/dw/mitogen/issues/415>`_,
|
|
|
|
in-process queues was changed from `kqueue
|
|
|
|
`#493 <https://github.com/dw/mitogen/issues/493>`_: the interface employed
|
|
|
|
<https://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2>`_ /
|
|
|
|
for in-process queues changed from `kqueue
|
|
|
|
`epoll <http://man7.org/linux/man-pages/man7/epoll.7.html>`_ to
|
|
|
|
<https://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2>`_ / `epoll
|
|
|
|
`poll() <http://man7.org/linux/man-pages/man2/poll.2.html>`_, which requires
|
|
|
|
<http://man7.org/linux/man-pages/man7/epoll.7.html>`_ to `poll()
|
|
|
|
no setup or teardown, yielding a 30% latency reduction for inter-thread
|
|
|
|
<http://man7.org/linux/man-pages/man2/poll.2.html>`_, which requires no setup
|
|
|
|
communication and a 50% reduction in context switches. This will manifest as
|
|
|
|
or teardown, yielding a 38% latency reduction for inter-thread communication.
|
|
|
|
a runtime improvement in many-host runs.
|
|
|
|
This may manifest as a runtime improvement in many-host runs.
|
|
|
|
|
|
|
|
|
|
|
|
* `#477 <https://github.com/dw/mitogen/issues/477>`_: Python 2.4 is fully
|
|
|
|
* `#477 <https://github.com/dw/mitogen/issues/477>`_: Python 2.4 is fully
|
|
|
|
supported by the core library and tested automatically, in any parent/child
|
|
|
|
supported by the core library and tested automatically, in any parent/child
|
|
|
|