Paketname | libthread-serialize-perl |
Beschreibung | serialize data-structures between threads |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.10-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl (>= 5.6.0-16), libload-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 9694 Byte |
Prüfsumme MD5 | ee59b6e5350c49e8d9b4e90db3befa1b |
Prüfsumme SHA1 | 389970edad846f2d43338f158668e11b5706d00a |
Prüfsumme SHA256 | 8a034e75302031c5b9052e56ca4013448e8b8f0cded373cdd9860befe89b6e2a |
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.
|