in reply to Parallel::ForkManager and vars from the parent script - are they accessible? (or do I need inter process communication?)
Current progress: I put the IPC:Sharable aside as I ran into locking and garbage_collection issues - while the script became more and more unmanageable.
That's why I set up a simple XMLRPC server for the childs which acts as central memory. Looks good.