Hi all,
 
I have a script with multiple subs that are independent of each other and can run 
simultaneously. So, I'm thinking of threading them. However, each sub writes output to 
the same file. Now, they run sequentially, so that isn't a problem. What 
considerations should I keep in mind when threading these subs? Should I just have 
them output to separate text files and then consolidate those files before my parsing 
starts? Or is there a way to have all the threads write to the same file without 
stepping on each other's output? 
 
Thanks in advance for any and all help.
 
-Henry

         
         


_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to