Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: erdman
  • Content: Threads
  • Order by date
  1. erdman

    Using variables for File Handles

    Is it possible to use a variable for a file handle. EX. sub printReport($handle,@array,$arraySize){ for ($i=0;$i<$arraySize;$i++){ print ($handle "$array[$i]\n"); }#end for }#end sub printReport
  2. erdman

    Parallel:ForkManager not creating specified threads

    I am using the Parallel:ForkManager to multi-thread some of the processes I need to run very quickly on many machines. Unfortunately, after specifying the max number of threads the script is not coming even close to the max. Is there something i can add to the script to force it to create more...
  3. erdman

    Starting Parallel Processes for machine queries.

    I have created a script that takes a machine||ip list and then checks to see if particular patches have been installed. Unfortunately, the script currenly is linear. I am wanting to speed up the process by running the query against multiple machines without waiting on a previous machine to...

Part and Inventory Search

Back
Top