RubyFlow The Ruby and Rails community linklog

Thread Safety with Ruby

Moore’s law is over. Modern computation is exploited by running processes on multiple cores.

Ruby has always ignored this trend, and the community didn’t put enough attention on this topic.

The VM allocates a memory heap, which is shared and writable by threads. If incorrectly coordinated, those threads can lead to unexpected behaviors.

[Continue reading]

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in