I successfully used em-dir-watcher as shown in its example.rb file from the command line, but I found myself needing to开发者_如何学Python call a method from another class and so I opted to go the scr
We\'re building an AMQP-backed messaging system in Ruby. We have a problem with error handling however.
i want to concurrency download web pages so i found these libs, 开发者_运维问答 but i can\'t distinguish the relationship between em-synchrony and em-http-request?
I\'ve spent several days now finding some non-echo-server examples for eventmachine, but there just don\'t seem to be any. Let\'s say i want to write a server that accepts a file and writes it to a Te
Can som开发者_如何学运维eone explain to me how IMAP IDLE works? Does it fork a new process for each connection that it opens? Can I somehow use eventmachine with it?
em-synchrony.rb implements this feature with Fibers but I would go for a non-Fibre version with 1.8 MRI.
I just launched async sinatra benchmark between thin and rainwbows with eventmachine. 开发者_如何学编程
Could someone help me with this? I would to create a bot which receives word in one language, looks in database, gets translation and sends it back开发者_开发问答. How i understand it\'s not possible
I have a basic ruby program, that listens on a port (53), receives the data and then sends to another location (Google DNS server - 8.8.8.8). The responses are not going back to their original destina
I have created an Asynchronous version of Rails 3 that I would like to integrate with a WebSocket implementation.