51 skills found · Page 2 of 2
thijsc / Three Chat ServersExample code to go with the talk of the same name and the Ruby Magic concurrency series of blog posts.
ismasan / SourcedEvent Sourcing / CQRS toolkit for Ruby. Eventual consistency and concurrency built-in.
luizkowalski / Concurrent Rails🕹 Small library to make concurrent-ruby and Rails play nice together
mperham / QanatFiber-based, highly concurrent MQ processor for Ruby
cotag / Spider GazelleA fast, parallel and concurrent web server for ruby
yegor256 / ThreadsRuby Gem to unit-test a piece of code in multiple concurrent threads
sailor / QuiqDistributed task queue written in Ruby, backed by Redis and using event loops to handle concurrency
ruby-concurrency / AtomicAtomic references for Ruby (merged with concurrent-ruby)
jdantonio / Concurrent Ruby PresentationThis is a presentation on Ruby concurrency I gave at RubyConf 2013 and Cascadia Ruby 2013.
jondot / PcwrPragmatic Concurrency With Ruby
christopheraue / M Ruby ConcurrentlyA concurrency framework based on fibers for Ruby and mruby
gauravmc / HyperloopHyperloop is a simple rack-based Ruby web server, which uses pre-forking and threading for concurrency.
meddle0x53 / ReactoReactive Programming for Ruby with some concurrency thrown into the mix!
nikitachernov / FutureProofRuby concurrency extensions
treeder / ConcurA concurrency library for Ruby like java.util.concurrency
brightcove / Zencoder LockerA locking mechanism for limiting the concurrency of ruby code using the database
beatmadsen / Fiber CollectorRuby gem to collect results from multiple concurrently scheduled tasks
bluedevil2k / JiffyJava Web App Framework for High Concurrency. Jiffy is designed to allow you to quickly create a scalable and performant web application using Java. Its inspiration comes after working with other frameworks like Java's Play! framework, Ruby on Rails, and PHP's CodeIgniter.
foobarfighter / IotearExploration to see how bad or how awesome ruby 1.9 can scale with massively concurrent I/O
olery / OniFramework for building concurrent daemons in Ruby.