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


Paketnamelibforks-perl
Beschreibungforks - emulate threads with fork
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.33-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe428 Byte
Hängt ab vonperl (>= 5.10.0-19ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3), libsys-sigaction-perl (>= 0.11), libli
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße118242 Byte
Prüfsumme MD5eb5f4f665a5291de46292c5c0125d0e9
Prüfsumme SHA182fddc41354c9aeaca87a06f7b3eaa404e631e25
Prüfsumme SHA256e6c6f950916495b1708e86ee5b3cfacacb8a3d73cac0dffb92697ec6b4d9c809
Link zum Herunterladenlibforks-perl_0.33-1_i386.deb
Ausführliche BeschreibungThe forks.pm module is a drop-in replacement for threads.pm. It has the same syntax as the threads.pm module (it even takes over its namespace) but has some significant differences: . - you do _not_ need a special (threaded) version of Perl - it is _much_ more economic with memory usage on OS's that support COW - it is more efficient in the startup of threads - it is slightly less efficient in the stopping of threads - it is less efficient in inter-thread communication . If nothing else, it allows you to use the Perl threading model in non-threaded Perl builds and in older versions of Perl (5.6.0 and higher are supported).


Impressum
Linux is a registered trademark of Linus Torvalds