Yukihiro Matsumoto wrote: > |Does Ruby threading model uses a global lock as Python uses? > No. It's worse (in a sense). It uses its own green thread. Thanks for your answer, Matz! Can you give me a tip where I can learn more things about this matter? I mean, some URL for documentation/article or where to look on the Ruby source code? Thanks again! -- Posted via http://www.ruby-forum.com/.