Concurrency and more, with EventMachine and Redis
I'm building a simple rate limiter for a piece of complex code. The limiter is a standalone Ruby program that uses EventMachine and Redis, but doesn't use Rails or even ActiveRecord. In this meeting I'll describe the problem that my code solves and walk everyone through how I decomposed the problem into smaller pieces. I'll […]