Paketname | python-pprocess |
Beschreibung | elementary parallel programming for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 876 Byte |
Hängt ab von | python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | pprocess |
Paketgröße | 106940 Byte |
Prüfsumme MD5 | f5486176618aaab73c484fe923e39158 |
Prüfsumme SHA1 | c5d39a19c4e050922f783d04e16755dda3ebe607 |
Prüfsumme SHA256 | 3a530ce4429cfa3f06458c5dfdd8b554b692deaf091327581fafb1dabb834423 |
Link zum Herunterladen | python-pprocess_0.5-1_all.deb |
Ausführliche Beschreibung | The pprocess module provides elementary support for parallel programming in
Python using a fork-based process creation model in conjunction with a
channel-based communications model implemented using socketpair and poll. On
systems with multiple CPUs or multicore CPUs, processes should take advantage
of as many CPUs or cores as the operating system permits.
|