Keep It Simple, Stupid | |
PerlMonks |
Re^13: Forks, Pipes and Exec (file descriptors)by diabelek (Beadle) |
on Nov 12, 2008 at 15:46 UTC ( [id://723197]=note: print w/replies, xml ) | Need Help?? |
It's a command line IO tool that we use that isn't ours so I changed the name. I just place it in c:\windows since its in the %PATH% and easier to access Basically you have the standard output of any IO tool such as the options set, IO/s, errors, warnings, status, etc. If you have ever used iozone or dtstart in Linux, the output would be similar. The way the script is right now, the tool doesn't matter since I'm still trying to get the worker threads going that will handle gathering the output from each instance of wintool.exe. Unless there's a better way of implementing it in perl, I'm stuck on why the thread won't start. update: It will run more or less like it should. Still a few bugs to work out but at least the thread isn't hanging when I ask it to start. So the million dollar question that I'm asking is what would a <$handle> in thread A stop a threads->new() from starting thread C & D from thread B?
In Section
Seekers of Perl Wisdom
|
|