| CPAN Ratings (Gamma) forks reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of forks
1 out of 7 found this review helpful:
Excellent Module and got a good help from the author to address the installation issues.
Thanks,
Pons.
Pons M Arun - 2009-05-03 03:47:29
Was this review helpful to you?
Yes
No
Regarding the review noting "Undefined subroutine &Scalar::Util::set_prototype" issues, this is a symptom of Scalar::Util having been compiled without XS features on the target system. A `make test` of Scalar::Util distribution should have identified this, e.g. "set_prototype requires XS version".
Scalar::Util normally installs all XS features by default, so you may have a system-level configuration or compatibility issue that prevented it from properly identifying a compatible compiler/make utility. Or, the Scalar::Util distribution may not have been properly installed.
As of this writing, you can force the XS components of Scalar::Util distribution be compiled via `perl Makefile.PL -xs`.
Eric Rybski - 2009-04-27 03:25:24
Was this review helpful to you?
Yes
No
Wonderful module.
I converted a mass-emailer program that originally did its own fork()ing to use forks instead. The performance overhead was minimal and the code became smaller and more concise.
That was back in 2003. Since then, the emailer has successfully delivered many millions of (legitimate) emails on a Fedora linux machine. Uptime has reached 2 years or more, and the only interruptions we've had were because of moving the server from one data center to another.
Thanks for such a great module.
John Drago - 2009-04-08 11:33:32
Was this review helpful to you?
Yes
No
forks works very well and is very easy to use. he consume less memory than threads and is more stable. I use it on a linux virtual machine.
G. MACHADO - 2009-02-18 05:37:49
Was this review helpful to you?
Yes
No
Excellent module. I've been using it in a file distribution system. 'forks' works very nice in combination with Thread::Queue::Any.
Richard Faasen - 2008-05-09 05:40:38
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|