RSS | Module Info | Add a review of Parallel-ForkManager

2 out of 2 found this review helpful:

Parallel-ForkManager (0.7.5) *****

Takes the drudgery out of forkery, leaving more readable code. Good stuff.

David Precious - 2009-02-09 16:27:30
Was this review helpful to you?  Yes No

4 out of 4 found this review helpful:

Parallel-ForkManager (0.7.5) ****

Even though I know how to use fork(2) directly I find that Parallel::ForkManager improves the readability of my code. It hides the gory details of bookkeeping of running processes whitout hiding whats going on.

Peter Makholm - 2007-08-28 23:14:28
Was this review helpful to you?  Yes No

3 out of 4 found this review helpful:

Parallel-ForkManager (0.7.5) *****

It helps me a lot!
I've found callback functions useful for output some info while script's running under apache webserver. Because apache kills cgi scripts due to inactivity

Anarki - 2006-11-27 10:38:13
Was this review helpful to you?  Yes No

0 out of 3 found this review helpful:

Parallel-ForkManager (0.7.5) **

Not too useful if know how to use fork() directly.

Alex - 2004-06-09 22:40:50
Was this review helpful to you?  Yes No

2 out of 2 found this review helpful:

Parallel-ForkManager (0.7.5) *****

I routinely need to spawn a limited number of parallel forks to drive automated telnet sessions to hundreds of cisco routers. I wish I had known about this module earlier... this module makes the task as simple as adding five lines of code. It is also quite stable, I have not had any problems.

Mike Pennington - 2003-11-01 05:08:30
Was this review helpful to you?  Yes No


the camel