| Paketname | libforks-perl | 
| Beschreibung | forks - emulate threads with fork | 
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) | 
| Version | 0.33-1 | 
| Sektion | universe/perl | 
| Priorität | optional | 
| Installierte Größe | 428 Byte | 
| Hängt ab von | perl (>= 5.10.0-19ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3), libsys-sigaction-perl (>= 0.11), libli | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Ubuntu MOTU Developers | 
| Quelle |  | 
| Paketgröße | 118242 Byte | 
| Prüfsumme MD5 | eb5f4f665a5291de46292c5c0125d0e9 | 
| Prüfsumme SHA1 | 82fddc41354c9aeaca87a06f7b3eaa404e631e25 | 
| Prüfsumme SHA256 | e6c6f950916495b1708e86ee5b3cfacacb8a3d73cac0dffb92697ec6b4d9c809 | 
| Link zum Herunterladen | libforks-perl_0.33-1_i386.deb | 
| Ausführliche Beschreibung | The 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). |