I am using ruby-smpp and redis to achive a queue based background worker to send SMPP messages. And i am wondering if I am using eventmachine in the right way. It works but it doesnt feel right.
I\'m using activerecord with em_mysql2 under Goliath (eventmachine). The oddest thing is happening with my User model. When I do a POST to /users the first time, it all works just find as expected. Wh
I am using DaemonKit to create an AMQP listener.Whenever a message comes across the wire, I would like to log it to MongoDB. I have moved my Rails MongoDB configs over and the connection works fine.Wh
I want to create parameterised streaming api like http://dev.twitter.com/pages/streaming_api_methods#statuses-filter
My rails app has a simple model Links which tracks all the Urls associated with an Update. class Link include Mongoid::Document
This is my test case, I found that the EM is not faster than the general TCP server the EM serve开发者_Go百科r:
there is the code, the client: require \'rubygems\' require \'benchmark\' require \'socket\' i=0 T开发者_运维问答CPSocket.open \"127.0.0.1\", 8080 do |s|
I\'ve got a Rails application, and am looking to add some sort of WebSocket support to it.From various googling, it appears that the best Ruby based WebSocket solution is em-websocket running on Event
I\'m going to develop a collaborative site, and one of the features will be collaborative editing with realtime changes. i.e. when two or more users are editing the same doc,开发者_高级运维 they can s
I have a little problem with rabbitmq which I don\'t understand. I am using: Ruby Version 1.8.7 AMQP GEM Version 0.7.0