معرفی شرکت ها


AsynQueue-0.9.8


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Asynchronous task queueing with Twisted: threaded, multicore, and remote.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل AsynQueue-0.9.8
نام AsynQueue
نسخه کتابخانه 0.9.8
نگهدارنده ['Edwin A. Suominen']
ایمیل نگهدارنده ['foss@edsuom.com']
نویسنده Edwin A. Suominen
ایمیل نویسنده foss@edsuom.com
آدرس صفحه اصلی http://edsuom.com/AsynQueue.html
آدرس اینترنتی https://pypi.org/project/AsynQueue/
مجوز Apache License (2.0)
Asynchronous task queueing based on the *Twisted* framework, with task prioritization and a powerful worker interface. Worker implementations are included for running tasks asynchronously in the main thread, in separate threads, in separate Python interpreters (multiprocessing), and even on separate devices using Twisted's Asynchronous Message Protocol. Includes deferred iteration capability: Calling a task that returns an iterator can return a [Deferator](http://edsuom.com/AsynQueue/asynqueue.iteration.Deferator.html) instead, which does the iteration in a Twisted-friendly fashion, even over a network connection. You can also supply an object conforming to Twisted's *IConsumer* interface and iterations will be fed to it as they become available. The *util* module contains a [DeferredTracker](http://edsuom.com/AsynQueue/asynqueue.util.DeferredTracker.html) object that makes the import worthwhile all on its own. You can use its **put** method to track Twisted *Deferred* objects without inserting anything into their callback chains. Then you can wait in non-blocking Twisted fashion for all, any, or some of the tracked deferreds to fire (again, without getting tangled up with any of their callbacks) using the tracker's **deferToAll**, **deferToAny**, and **deferUntilFewer** methods. Includes an example package [mcMandelbrot](http://edsuom.com/mcMandelbrot.html) that generates Mandelbrot set images, row by row, demonstrating the power of asynchronous multi-core processing. An instance of [ProcessQueue](http://edsuom.com/AsynQueue/asynqueue.process.ProcessQueue.html) dispatches the computations for each row of pixels to workers running on separate Python processes. The color-mapped RGB results are collected as they come back and intelligently buffered for iterating in a proper sequence to a third-party PNG library that wouldn't ordinarily play nice with Twisted. You can try things out after installation by running `mcmandelbrot` (with a few options and arguments) from the console. The output of the script is a PNG file, which you can view by piping to the free Feh image viewer: Just add `|feh -` at the end of the command line. There was some effort toward Python 3 compatiblity a while ago, but it's still not yet supported.


نحوه نصب


نصب پکیج whl AsynQueue-0.9.8:

    pip install AsynQueue-0.9.8.whl


نصب پکیج tar.gz AsynQueue-0.9.8:

    pip install AsynQueue-0.9.8.tar.gz