Web Workings With Ruby - Concurrency Part 1
The next installment of my Web Workings series is available. It discusses the problem of blocking in concurrency, and basic methods of handling the issue through forking and threads. The next part of the series will look into some more advanced methods including select, poll, and epoll/kqueue.
Post a comment