Downloadliste

Projektbeschreibung

prll is a utility for parallelizing the execution of shell functions. It provides a convenient interface for parallelizing the execution of a single task over multiple data files or any other kind of data that you can pass as a shell function argument. It is meant to make it simple to fully utilize a multicore/multiprocessor machine. prll is designed to be used not just in shell scripts, but also in interactive shells. To make the latter convenient, it is implemented as a shell function. Shells are not very good at automatic job management, so prll uses helper programs, written in C. To prevent race conditions, System V Message Queues are used to signal job completion. Standard output is buffered and Semaphores are used to prevent interleaving.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-19 07:32 Zurück zur Release-Liste
0.6

Rewritten für POSIX-Kompatibilität. Es sollte in allen Bourne-Shells arbeiten. Stiller Modus unterdrückt Job-Benachrichtigungen. Richtiger Option Parsen wird nun verwendet. Die Dokumentation ist jetzt in der Gestalt eines Mannes Seite. Zahlreiche weitere Verbesserungen bei der Fehlerbehandlung und Performance.
Rewritten for POSIX compatibility. It should work in all Bourne-like shells. Quiet mode suppresses job notifications. Proper option parsing is now used. Documentation is now in the form of a man page. Several minor improvements in error handling and performance.

Project Resources