Comment on GitHub's Unicorn SetupparentComments−joevandyk16yThe limiting factor of concurrency in a Rails application is the slowness of Ruby, not processes vs threads.If the bottleneck of Ruby were fixed, then the next bottleneck would be the database.
Comments
The limiting factor of concurrency in a Rails application is the slowness of Ruby, not processes vs threads.
If the bottleneck of Ruby were fixed, then the next bottleneck would be the database.