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


Paketnamelibtheschwartz-perl
Beschreibungreliable job queue
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.07-1
Sektionperl
Prioritätoptional
Installierte Größe192 Byte
Hängt ab vonperl (>= 5.6.0-16), libdata-objectdriver-perl
Empfohlene Pakete
PaketbetreuerDominic Hargreaves
Quelle
Paketgröße38208 Byte
Prüfsumme MD5093f9ba37401ebad1b1d61fa5ba3b310
Prüfsumme SHA1fe3f35bf3584c6b37260ec99e8cff0dee0a4b968
Prüfsumme SHA2568800c31317beb972cfa23cfdc5c170b741875d455befc602531118a1152ade6c
Link zum Herunterladenlibtheschwartz-perl_1.07-1_all.deb
Ausführliche BeschreibungTheSchwartz is a reliable job queue system. Your application can put jobs into the system, and your worker processes can pull jobs from the queue atomically to perform. Failed jobs can be left in the queue to retry later. . Abilities specify what jobs a worker process can perform. Abilities are the names of TheSchwartz::Worker subclasses, as in the synopsis: the MyWorker class name is used to specify that the worker script can perform the job. When using the TheSchwartz client's work functions, the class-ability duality is used to automatically dispatch to the proper class to do the actual work. . TheSchwartz clients will also prefer to do jobs for unused abilities before reusing a particular ability, to avoid exhausting the supply of one kind of job while jobs of other types stack up.


Impressum
Linux is a registered trademark of Linus Torvalds