in reply to Re^2: How to make perl script work simltaneously on multiple objects
in thread How to make perl script work simltaneously on multiple objects
Hi,
if you fork a perl script which does have all to process the job it should be quite easy as you don't need to exec and you do have everything in hands. Anything you set up before fork is also accessible in the child. Be careful. Memory usage is multiplied.
There a some points you have to be aware of:
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to make perl script work simltaneously on multiple objects
by slayedbylucifer (Scribe) on Apr 05, 2013 at 06:11 UTC |