concurrency
most popular brand new
The Omnibus Concurrency Library: concurrent
The Omnibus Concurrency Library provides Ruby implementations of Data-Parallel Programming, Futures, and the Actor Model.Concurrency: Five Ways
Here’s a look at five different concurrency models in Ruby, some whose Ruby implementation is entirely hypothetical, and others which I have implemented in some form or another in the past.Erlisp
Why is it that Common Lisp is better than “mainstream” languages in a lot of ways, but not in parallelism and distributed programming? Is it just because threads with shared memory and locking are theStarfish (Ruby MapReduce)
ridiculously easy distributed programming with RubyStarFish (Ruby MapReduce)
Ridiculously Easy Distributed ProgrammingSecond Life Sketches: Shipwrecked And Abandoned
"The simple truth is that, at any given moment, there’s the population of a small village, at best, wandering around a place the size of eight Manhattans." Warren Ellis on the loneliness oferlectricity [an erlang -> ruby bridge that operates using erlang ports]
Erlectricity is a library for ruby that implements a an API with which to interact with Erlang through the ports system in a more natural way.Kamaelia - Concurrency, Networking, Simplicity
A framework providing the nuts and bolts for building components. A library of components built using that framework. Components are implemented at the lowest level as python generators, and communicaWhy Processes Scale Better Than Threads
this post is about building scalable applications using Web technologies, and in this post, everything starts with CGIStarFish (Ruby MapReduce)
Starfish is a utility to make distributed programming ridiculously easy