Bug#941503: ITP: multiprocess -- better multiprocessing and multithreading in Python
Andreas Tille
tille at debian.org
Tue Oct 1 16:56:32 BST 2019
Package: wnpp
Severity: wishlist
Subject: ITP: multiprocess -- better multiprocessing and multithreading in Python
Package: wnpp
Owner: Andreas Tille <tille at debian.org>
Severity: wishlist
* Package name : multiprocess
Version : 0.70.9
Upstream Author : California Institute of Technology.
* URL : https://github.com/uqfoundation/multiprocess
* License : BSD-3-clause
Programming Lang: C
Description : better multiprocessing and multithreading in Python
Multiprocess is a fork of multiprocessing, and is developed as part of
pathos.
.
Multiprocessing is a package for the Python language which supports the
spawning of processes using the API of the standard library's threading
module. multiprocessing has been distributed in the Python standard library.
.
Features:
* Objects can be transferred between processes using pipes or
multi-producer/multi-consumer queues.
* Objects can be shared between processes using a server process or
(for simple data) shared memory.
* Equivalents of all the synchronization primitives in threading are
available.
* A Pool class makes it easy to submit tasks to a pool of worker
processes.
.
Multiprocess is part of pathos, a Python framework for heterogeneous
computing. multiprocess is in active development, so any user feedback,
bug reports, comments, or suggestions are highly appreciated.
Remark: This package is maintained by Debian Science Team at
https://salsa.debian.org/science-team/multiprocess
More information about the debian-science-maintainers
mailing list