Paketname | python-multiprocessing-dbg |
Beschreibung | process-based "threading" interface (debug extension) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.6.2.1-4 |
Sektion | debug |
Priorität | extra |
Installierte Größe | 208 Byte |
Hängt ab von | python-multiprocessing (= 2.6.2.1-4), libc6 (>= 2.3.6-6~), python2.5-dbg |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | python-multiprocessing |
Paketgröße | 53282 Byte |
Prüfsumme MD5 | bf81e57ebba6e2b0599e671c1ec6c6a8 |
Prüfsumme SHA1 | ac7f79afb46eca65a2a33a49513bab36da1c4ccd |
Prüfsumme SHA256 | 2ffd8bf99c9ec8ca3f1b4ee4687e8f6b940a5045b046cef73a5b33218b29bdb1 |
Link zum Herunterladen | python-multiprocessing-dbg_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/ .
.
This package contains the debug symbols for python-multiprocessing.
|