How to get a stable, snappy UI using threads?
Posted
by Thomas Ahle
on Stack Overflow
See other posts from Stack Overflow
or by Thomas Ahle
Published on 2010-05-07T19:07:24Z
Indexed on
2010/05/07
19:18 UTC
Read the original article
Hit count: 186
I recently watching this video on Google Chrome with great interest. It explains that Google Chrome uses one thread for IO, one for opening files and one for intermodule communication.
I think I may be able to use something similar for my own - currently quite messy - application.
I wondered if there were any good articles on best-practices or patterns for such threaded divisions of tasks?
© Stack Overflow or respective owner