in reply to Re: Just can't get threads to work
in thread Just can't get threads to work

Thanks that kind off worked

Unfortunately I found myself running out of memory, when I really pushed the threads. putting ->join at the end of each new thread seemed to fix teh memory problem

Thanks again