Paketname | python-pprocess |
Beschreibung | elementary parallel programming for Python |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.5-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 920 Byte |
Hängt ab von | python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | pprocess |
Paketgröße | 109196 Byte |
Prüfsumme MD5 | 6d0ef39a70b8bcfd75a38df6331f46f6 |
Prüfsumme SHA1 | 5e91dc5d1cfa2e605e0385c281271e5c1d6b4551 |
Prüfsumme SHA256 | f17a8f1dca054fd3b09ebde3195aedaeb93eea714054f530b484edc52911891d |
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.
|