iJackUA / rwdtow

Ruby Web Dev: The Other Way. Personal best practices guide.
http://rwdtow.stdout.in/
Other
265 stars 26 forks source link

Add Concurrency section #65

Open iJackUA opened 5 years ago

iJackUA commented 5 years ago

Celluloid Concurrent-ruby

General Thread / Fibers info links

https://www.codeotaku.com/journal/2018-11/fibers-are-the-right-solution/index

Improve description of the different app servers workflow and why threads can cause issues (before_fork etc.)

or writing own rack server from scratch https://blog.appsignal.com/2017/01/24/ruby-magic-building-a-ruby-http-server-part-2-running-a-rails-app.html