in reply to Re^7: Behavior of threads on XP-- system() works, backtic & popen don't...
in thread Behavior of threads on XP-- system() works, backtic & popen don't...
The exact code is in Re:^2.
But to be even more exact, the data I put in the test dat files is exactly two lines:
worldThough I tried a 1-9 approach as you did in Re:^3 and it didn't change the result. And the exact .bat script for looping the test until it hangs is also in Re:^2:
LOOP: perl thread2.pl goto LOOP
On 3 out of 5 machines I tried it hangs immediately just after the first output of the system() results of the threads, on the other two machines it loops a few times then hangs at various points. On those machines it takes less than 60 seconds to produce a hang. -- Sync
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Behavior of threads on XP-- system() works, backtic & popen don't...
by BrowserUk (Patriarch) on Jun 16, 2006 at 22:14 UTC | |
by Sync (Initiate) on Jun 19, 2006 at 16:55 UTC | |
by BrowserUk (Patriarch) on Jun 19, 2006 at 17:13 UTC | |
by Sync (Initiate) on Jun 20, 2006 at 20:38 UTC |