Skip to main content

Package for using processes which mimics the threading module

Project description

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 standard library since python 2.6.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multiprocess-0.70.6.tar.gz (1.4 MB view details)

Uploaded Source

File details

Details for the file multiprocess-0.70.6.tar.gz.

File metadata

  • Download URL: multiprocess-0.70.6.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for multiprocess-0.70.6.tar.gz
Algorithm Hash digest
SHA256 255c3d744ea682998c5f3a9f7cecefbc8c73853040d39401a218067f19e88c1b
MD5 457b5fe8d6c50e95cc8e5cf060196120
BLAKE2b-256 5482fb11d15fc4cb9535a1846bd97d0fdf7967cdff1427700a0a8a1351f6bfbd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page