twisted / ampoule

Process pool for Twisted, using AMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ampoule - a process pool for Twisted, based on AMP

Ampoule is a process pool written on top of Twisted. Its name comes from the use of AMP as the default communication protocol between the pool and all its children.

It provides an API very close to that of the built-in Twisted ThreadPool. As an helper function it also provides a deferToAMPProcess function that creates the ProcessPool and submits jobs to it.

About

Process pool for Twisted, using AMP

License:Other


Languages

Language:Python 100.0%