Can anyone recommend any good multithreaded / processing books / websites that detail the intricacies of Ruby's multithreading / multiprocessing?
I tried using ruby thread and, basically, in the lawless 1.9vm code, it ran into dead ends in jruby. Yes, I understand that the differences are strong (jruby does not have GIL), but I wanted to know if there are strategies or a set of classes for multi-threaded ruby programming that I just need to read.
Side note: it was strange that I switched from java to ruby to determine if I want to re-enter the lock against no.
source
share