Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eventmachine

Multiple servers in a single EventMachine reactor

ruby eventmachine

Waiting for async calls with EventMachine and Ruby fibers

ruby eventmachine fibers

Communicating between two processes on heroku (what port to use)

Multiple Ruby EventMachines in one process: possible?

ruby eventmachine

socket.io and eventmachine in ruby

What causes EventMachine::ConnectionNotBound?

ruby eventmachine

How to catch top level failures on an EventMachine server?

Rails/Ruby Error When Creating Database: Unable to load the EventMachine C extension

Integrating WebSockets with Rails using Rack and Event Machine

How to hand-over a TCP listening socket with minimal downtime?

How should I handle this use case using EventMachine?

ruby eventmachine

Thin EventMachine Sinatra vs. Rails

using the postgresql gem async

Why is EventMachine's defer slower than a Ruby Thread?

ruby eventmachine

Rails app and goliath api and database/models sharing

What is the best way to read files in an EventMachine-based app?

Why is rails not fully supporting writing evented code out out the box

Detect if application was started as HTTP server or not (rake task, rconsole etc)

Ruby concurrency: non-blocking I/O vs threads

Why is an event loop needed for Asynchronous I/O