RSSAmplifier

Luca Guidi · Mar 27, 2014

Thread Safety With Ruby

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

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. 
 Ruby’s model for concurrency is based on threads.
It was typical approach for object oriented languages, designed in the 90s.
A thread is sequence of instructions that…

Read on /2014/03/27/thread-safety-with-ruby/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.