Re: Creating a 'load simulator' by calling Perl Programs - or Forking?



sheinrich@xxxxxxxxxxx wrote:
[...]
a module that I've written couple of months ago was for that very
purpose.
Basically your script will have to instantiate an PreforkAgent, tell
it how many children to beget (degree of parallelization) and provide
it with a couple of callbacks as means of communication.

Hu.. sounds pretty much like Parallel::ForkManager.
.