Hacker News new | ask | show | jobs
by lifo 5268 days ago
> That's correct, but any C IO (such as DB queries) will generally release the GIL, which allows other threads to run.

Ditto with Ruby too.