[Tutor] Mainloop conflict
Stefan Behnel
stefan_ml at behnel.de
Sun Jul 31 07:01:41 CEST 2011
Christopher King, 31.07.2011 04:30:
> I think I'll go with threading. I've become more familiar with it.
That's ok. When used carefully, threads can be pretty helpful to gain
concurrency in I/O tasks.
But just in case you ever feel like using them for anything else, this is
worth a read:
http://ptolemy.eecs.berkeley.edu/publications/papers/06/problemwithThreads/
Stefan
More information about the Tutor
mailing list