I am planning to have a threading of getting data from many psf Result folder. I am using Tcl/Tk and SKILL. Now from Tcl/Tk Threading, I have distributed the Simulation Result Extraction process into four local machine. Example: Local Machine:4 psf folders: /SimResult/test002 /SimResult/test003 /SimResult/test004 I just want to know if it is possible? Because I'm thinking that since every time I used the openResults() command, the results will be changed for the whole process. So the value that has been extracted by getData() will be from only one psf result folder. Is there a way to make a threading in extracting data from psf result folder? I hope anyone could help me. Thanks and God bless!