[Tutor] Tread or threading

2008-02-16 Thread Michael Bernhard Arp Sørensen
Hi there. I've been reading in books and homepages about threads. Apparently, threading is better than thread, right? I've been trying to write a simple proof of concept code using treading inside a class. It was easely done with thread, but it was a lot harder with threading. I want to be able

Re: [Tutor] Tread or threading

2008-02-16 Thread Kent Johnson
Michael Bernhard Arp Sørensen wrote: Hi there. I've been reading in books and homepages about threads. Apparently, threading is better than thread, right? I've been trying to write a simple proof of concept code using treading inside a class. It was easely done with thread, but it was