DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-multiprocessing-dbg
Beschreibungprocess-based "threading" interface (debug extension)
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.6.2.1-4
Sektiondebug
Prioritätextra
Installierte Größe208 Byte
Hängt ab vonpython-multiprocessing (= 2.6.2.1-4), libc6 (>= 2.3.6-6~), python2.5-dbg
Empfohlene Pakete
PaketbetreuerDebian Python Modules Team
Quellepython-multiprocessing
Paketgröße53282 Byte
Prüfsumme MD5bf81e57ebba6e2b0599e671c1ec6c6a8
Prüfsumme SHA1ac7f79afb46eca65a2a33a49513bab36da1c4ccd
Prüfsumme SHA2562ffd8bf99c9ec8ca3f1b4ee4687e8f6b940a5045b046cef73a5b33218b29bdb1
Link zum Herunterladenpython-multiprocessing-dbg_2.6.2.1-4_i386.deb
Ausführliche Beschreibungmultiprocessing 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.


Impressum
Linux is a registered trademark of Linus Torvalds