Skip to content

Comment on "Ruby developers need to stop using EventMachine. It's the wrong direction."

Comments

Well, when I hear about Actors I reach for my gun.

I knew a guy who chose Scala for a project so he could use Actors for concurrency.

The system never gave the same answers twice and wouldn't peg all the cores on a 4-way machine.

I spent two days trying to fix it, then I got wise and switched back to Java and got it working in 20 minutes with ExecutorService with (i) no race conditions, and (ii) nearly perfect scaling up to eight cores.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.