Hacker News new | ask | show | jobs
by zepolen 3404 days ago
> 2 processes = 2 GIL

Whats your point? 20 threads will still run per GIL, and assuming a dual core cpu, 2 processes x 20 threads each will still run 40 workers.