[Bug 507491] New: Review Request: perl-forks - A drop-in replacement for Perl threads using fork()

bugzilla at redhat.com bugzilla at redhat.com
Tue Jun 23 00:19:51 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: perl-forks - A drop-in replacement for Perl threads using fork()

https://bugzilla.redhat.com/show_bug.cgi?id=507491

           Summary: Review Request: perl-forks - A drop-in replacement for
                    Perl threads using fork()
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: bjohnson at symetrix.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL: http://fedorapeople.org/~bjohnson/perl-forks.spec
SRPM URL: http://fedorapeople.org/~bjohnson/perl-forks-0.33-1.fc11.src.rpm
Description:
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 for 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).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list