drop-in replacement for Perl threads using fork()
The "forks" pragma allows a developer to use threads without having to have a threaded perl, or to even run 5.8.0 or higher.
Refer to the threads module for ithreads API documentation. Also, use
perl -Mforks -e 'print $threads::VERSION'
to see what version of threads you should refer to regarding supported API features.
There were a number of goals that I am trying to reach with this implementation.
Using this module only makes sense if you run on a system that has an implementation of the fork function by the Operating System. Windows is currently the only known system on which Perl runs which does not have an implementation of fork. Therefore, it doesn't make any sense to use this module on a Windows system. And therefore, a check is made during installation barring you from installing on a Windows system.
- Sources inherited from project devel:languages:perl
- Devel package for openSUSE:Factory
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Tomcat42/perl-forks && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
forks-0.33.tar.gz | 0000110777 108 KB | |
forks-handler_remove-0.33.diff | 0000001145 1.12 KB | |
perl-forks.changes | 0000000000 0 Bytes | |
perl-forks.spec | 0000002110 2.06 KB |
Comments 0