Posts tagged eventmachine

Mar19

Consuming the Twitter Streaming API

eventedio eventmachine twitter | comments

If you’ve been using polling to track Twitter search terms (totally random example), you may have wondered if there is a more efficient and reliable method. The Twitter streaming API is a potential solution.

Continue reading »

Aug13

Threads Suck

concurrency erlang eventmachine queueing | comments

Ricky Ho gives an excellent description of two competing models for concurrency: theads vs. sequential message passing.

Continue reading »