> I > am wandering if maybe I need to do something different here with the > variable name and have each thread have its own thread ID... So instead > of just simply calling $thr, maybe I could parse out the first 5 digits > of the file and use that as a new thread...
Thread IDs (obtained via $thr->tid()) are assigned by the threads module and cannot be set by the application.
