Paketname | libthread-serialize-perl |
Beschreibung | serialize data-structures between threads |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.10-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl (>= 5.6.0-16), libload-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 9656 Byte |
Prüfsumme MD5 | a3e940c4a8cd194f2f5ca20a7a06288d |
Prüfsumme SHA1 | a6aaeb36c0b144e6d1cfc5d7a0c8897553397883 |
Prüfsumme SHA256 | 0f95a86aa52f63dfbd972abd6605fe022d81a420c58747f935041f451fd16d8a |
Link zum Herunterladen | libthread-serialize-perl_0.10-1_all.deb |
Ausführliche Beschreibung | *** A note of CAUTION ***
.
Thread::Serialize only functions on Perl versions 5.8.0 and later.
And then only when threads are enabled with -Dusethreads. It
is of no use with any version of Perl before 5.8.0 or without
threads enabled.
.
*************************
.
The Thread::Serialize module is a library for centralizing the routines used
to serialize data-structures between threads. Because of this central
location, other modules such as Thread::Conveyor, Thread::Pool or Thread::Tie
can benefit from the same optimilizations that may take place here in the
future.
|