Presentación que realice en el Evento Nacional de Gobierno Abierto, realizado los ...
In this presentation we will describe our experience developing with a highly dyna...
Presentation to the LITA Forum 7th November 2014 Albuquerque, NM
Un recorrido por los cambios que nos generará el wearabletech en el futuro
Um paralelo entre as novidades & mercado em Wearable Computing e Tecnologias Assis...
Microsoft finally joins the smartwatch and fitness tracker game by introducing the...
Ruby, Concurrency, and You '1.9' concurrency; IronRuby; MagLev; MacRuby; GIL '1.8' ... it can actually spread out your Ruby Threads to multiple cores!
Read more
He's been involved in Ruby concurrency and threading for a long time, such as with the fastthread library which improves threading with 1.8.x MRI.
Read more
Threading and concurrency are hot topics in the Ruby community. Want to join the conversation? You've probably heard people around you talking mutexes ...
Read more
Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java ...
Read more
... threading still isn't > the way to get real concurrency on Ruby ... so you can keep working on other things while they do. > Ruby's threads help ...
Read more
Processes Threads; Uses more memory: Uses less memory: If parent dies before children have exited, children can become zombie processes: All threads die ...
Read more
Ruby - Multithreading; Ruby Useful Resources; ... Ruby threads are a lightweight and efficient way to achieve concurrency in your code. Creating Ruby Threads:
Read more
Thorough and practical intro to concurrency and parallelism in Ruby. ... since they don’t have a GIL and they do support real parallel Ruby threading. ...
Read more
Concurrency in Ruby explained, how to get there, what are the Ruby limitations, how do they compare to other languages. Threads, multiple processes, fibers ...
Read more
Lessons Learned in Concurrency with Ruby - Part I. Features; Pricing; Support; Add-ons; ... so multiple Ruby threads will run in parallel if the hardware ...
Read more
Add a comment