ddj.com: Break Up and Interleave Work to Keep Threads Responsive
Link: Break Up and Interleave Work to Keep Threads Responsive
Stackless Python provides microthreading capabilities as a very lightweight alternative to threading. But whether threading or microthreading, the same considerations need to made when writing code that blocks. This article on threading written by Herb Sutter is a useful guide in understanding those considerations.
No comments:
Post a Comment