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
Beschreibungprocess-based "threading" interface
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.6.2.1-4
Sektionpython
Prioritätoptional
Installierte Größe1048 Byte
Hängt ab vonpython2.5, python-support (>= 0.90.0), libc6 (>= 2.3.6-6~), libjs-jquery
Empfohlene Pakete
PaketbetreuerDebian Python Modules Team
Quelle
Paketgröße178398 Byte
Prüfsumme MD551b399c323b896766e116e08b5951d61
Prüfsumme SHA14f80ea41160462ab4780f31038b61de4f00ea445
Prüfsumme SHA256ee6a8751a7dccb1b6abb4823dbfa60c94b9c30d329f6a8b22410fdadc4c0d368
Link zum Herunterladenpython-multiprocessing_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/ .


Impressum
Linux is a registered trademark of Linus Torvalds