Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Fibered Rails

Amit Kumar
February 14, 2011

Fibered Rails

Amit Kumar

February 14, 2011
Tweet

More Decks by Amit Kumar

Other Decks in Technology

Transcript

  1. Many Scalable Options Cache  Memcached  Redis  MongoDB

    Message Queues  AMQP  Resque  Delayed Job Asynchronous + Concurrency  Frameworks that implement Reactor Pattern – EventMachine, Twisted, Node.js
  2. What are Fibers? Fibers – are means of creating code

    blocks which can be paused and resumed by application developer
  3. Fibers + EventMachine Row 1 Row 2 Row 3 Row

    4 0 2 4 6 8 10 12 Column 1 Column 2 Column 3