treasure-data / serverengine

A framework to implement robust multiprocess servers like Unicorn
Apache License 2.0
759 stars 86 forks source link

Ractor based worker #107

Open repeatedly opened 3 years ago

repeatedly commented 3 years ago

Ruby 3 introduces new concurrent mechanism called Ractor

https://github.com/ruby/ruby/blob/master/doc/ractor.md

Ractor based worker will have several advantages: