| Paketname | libforks-perl |
| Beschreibung | forks - emulate threads with fork |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.33-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 424 Byte |
| Hängt ab von | perl (>= 5.10.0-19), perlapi-5.10.0, libc6 (>= 2.1.3), libsys-sigaction-perl (>= 0.11), liblist-more |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 117732 Byte |
| Prüfsumme MD5 | d0c6080f9ef76cfaab86fca01ac66cea |
| Prüfsumme SHA1 | 5e26616630dfb11066d2f576e09d34a68504f475 |
| Prüfsumme SHA256 | 9fa2a6c49142e045ae01047517a25b855b0adf93781a1592d38ecc78a0651224 |
| 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).
|