{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/19"}],"enrichment":{"capability":"Backport of Python 2.6/3.0 multiprocessing to Python 2.4 and 2.5, enabling process-based parallelism on older Python versions.","skillfed_tags":["legacy-python","abandoned"],"use_cases":["Running parallel workloads on legacy systems locked to Python 2.4 or 2.5 that lack built-in multiprocessing support.","Porting older applications from Python 2.6+ down to Python 2.4/2.5 while retaining process-based concurrency.","Maintaining compatibility with the multiprocessing API across a range of Python 2.x versions in a legacy codebase."],"what_it_does":"This package is a backport of Python's built-in multiprocessing module to Python 2.4 and 2.5, which did not include it natively. It provides process-based parallelism, allowing developers to spawn and manage separate Python processes for concurrent execution, with support for process pools, queues, and inter-process communication. The package includes monkey patches to the threading module to ensure forward compatibility with Python 2.6 and 3.0 APIs.\n\nThe package was last updated in July 2009 and is now abandoned. Modern Python versions (2.6+, all 3.x) include multiprocessing in the standard library, making this backport obsolete for any currently-supported Python environment. It exists only as a historical artifact for legacy systems still running Python 2.4 or 2.5.","worth_installing":"No. This package is abandoned (last release July 2009) and targets Python 2.4/2.5, which reached end-of-life over a decade ago. Modern Python includes multiprocessing in the standard library. Install only if you are maintaining a legacy system on Python 2.4 or 2.5 that cannot be upgraded; otherwise, use the built-in multiprocessing module."},"id":"multiprocessing","links":{"html":"https://skillfed.io/packages/multiprocessing","md":"https://skillfed.io/packages/multiprocessing.md","pypi":"https://pypi.org/project/multiprocessing/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2009-07-30","license_spdx":null,"license_treatment":"permissive","name":"multiprocessing","python_support":"unspecified","summary":"Backport of the multiprocessing package to Python 2.4 and 2.5"},"popularity":{"monthly_downloads":122630,"position":11941,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.6.2.1"}
