6 ms·
> 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.
by lifo 15y 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.