Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Ruby’s Multithreading: On Processes and Threads

By Peter Cooper / September 30, 2007

Threadpic

Manuel Holtgrewe presents Ruby's Multithreading: On Processes and Threads, a great look at the processes (pun intended) involved with Ruby's threading system and the difference between kernel level threads and pure user level threads. He then makes an argument why a process oriented system for division of labor can make more sense than a thread oriented one.

Other Posts to Enjoy

Twitter Mentions