Paketname | python-multiprocessing |
Beschreibung | process-based "threading" interface |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.6.2.1-4 |
Sektion | python |
Priorität | optional |
Installierte Größe | 1048 Byte |
Hängt ab von | python2.5, python-support (>= 0.90.0), libc6 (>= 2.3.6-6~), libjs-jquery |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | |
Paketgröße | 178398 Byte |
Prüfsumme MD5 | 51b399c323b896766e116e08b5951d61 |
Prüfsumme SHA1 | 4f80ea41160462ab4780f31038b61de4f00ea445 |
Prüfsumme SHA256 | ee6a8751a7dccb1b6abb4823dbfa60c94b9c30d329f6a8b22410fdadc4c0d368 |
Link zum Herunterladen | python-multiprocessing_2.6.2.1-4_i386.deb |
Ausführliche Beschreibung | multiprocessing is a package that supports spawning processes using
an API similar to the threading module. The multiprocessing package
offers both local and remote concurrency, effectively side-stepping
the Global Interpreter Lock by using subprocesses instead of
threads. Due to this, the multiprocessing module allows the
programmer to fully leverage multiple processors on a given machine.
It runs on both Unix and Windows.
.
This is a back port to Python 2.4/2.5 of the multiprocessing package
introduced via PEP-371 and Python 2.6. This is essentially a
meta-fork of the original pyprocessing project found at:
http://pyprocessing.berlios.de/ .
|