Re: external process

2012-06-19 Thread Randolf Richardson
> I'm having trouble with running an external program. It seems to work the > first few times I do it, then it gets stuck and I have to restart httpd > with kill -9. I've tried things a few different ways. Here is what I'm > currently doing: > > my $pm = new Parallel::ForkManager(6); > > > f

external process

2012-06-19 Thread Ryan Perry
I'm having trouble with running an external program. It seems to work the first few times I do it, then it gets stuck and I have to restart httpd with kill -9. I've tried things a few different ways. Here is what I'm currently doing: my $pm = new Parallel::ForkManager(6); for my $thing_to_do