معرفی شرکت ها


compactor-0.3.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Pure python implementation of libprocess actors
ویژگی مقدار
سیستم عامل -
نام فایل compactor-0.3.0
نام compactor
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Brian Wickman
ایمیل نویسنده wickman@gmail.com
آدرس صفحه اصلی http://github.com/wickman/compactor
آدرس اینترنتی https://pypi.org/project/compactor/
مجوز Apache License 2.0
======= CHANGES ======= ----- 0.3.0 ----- * Add API documentation and register a `readthedocs <https://compactor.readthedocs.org>`_ site. * Fix bug that would cause compactor to crash if you subclassed ``Process`` and implemented any name-mangled methods. ----- 0.2.2 ----- * Fix the condition where multiple ``send``/``link`` calls to the same pid could race in ``Context.maybe_connect``. * Fix the issue where Process HTTP routes were not bound until after ``initialize``. This could result in races whereby you'd receive calls from remote processes before ``initialize`` exited, causing flaky behavior especially in tests. * Ensure that ``send`` and ``link`` take place on the event loop to prevent known non-threadsafe conditions on connection establishment. ----- 0.2.1 ----- * Restores local dispatch so that you do not need to install methods intended for local dispatching only. * Fixes a race condition on ``Context.stop`` that could cause the event loop to raise an uncaught exception on teardown. ----- 0.2.0 ----- * Adds vagrant-based integration test to test compactor against reference libprocess. * Fixes Python 3 support, pinning to protobof >= 2.6.1 < 2.7 which has correct support. ----- 0.1.3 ----- * ``Context.singleton()`` now calls ``Thread.start`` on construction. * Pins compactor to ``tornado==4.1.dev1`` which forces you to use a master-built tornado distribution. ----- 0.1.2 ----- * Temporarily removes local dispatch so that local sending works with protobuf processes. ----- 0.1.1 ----- * Initial functioning release.


نیازمندی

مقدار نام
- trollius
==4.1 tornado
- twitter.common.lang
>=2.6.1,<2.7) protobuf


نحوه نصب


نصب پکیج whl compactor-0.3.0:

    pip install compactor-0.3.0.whl


نصب پکیج tar.gz compactor-0.3.0:

    pip install compactor-0.3.0.tar.gz