eventmachine
What is the best way to schedule job from Rails to EventMachine server?
I\'ve created开发者_如何学C eventmachine app that perform some background job. I wonder what is the best way to send data from rails app to eventmachine app.[详细]
2023-04-01 11:21 分类:问答How to handle ruby post requests asynchronously with eventmachine
In the course of 开发者_高级运维a request in a rails app, I would like to post data to another server and have the original request complete without having to wait for the external post to resolve.I h[详细]
2023-04-01 08:18 分类:问答How to disconnect redis client in websocket eventmachine
I\'m trying to build a websocket server where each client establish its own redis connections used for publish and subscribe.[详细]
2023-04-01 03:56 分类:问答Ruby: EventMachine not loading
UPDATE: I found the simple answer and it\'s completely my own fault: I stored the above code in a file called \"eventmachine.rb\". Thus when I required \'eventmachine\' it just imported the same file[详细]
2023-03-20 05:35 分类:问答EventMachine UNIX socket connections: how do I use them with Thin running as a service?
How can I use EventMachine.connect_unix_domain while running Thin as a service (using the init script (excerpt) and configuration below). The code directly below is the problem (I get an eventmachine[详细]
2023-03-18 18:46 分类:问答QtRuby with DRb or EventMachine
I would like to write an application in Ruby using Qt which will communicate ov开发者_开发问答er the network with other instances.[详细]
2023-03-18 10:54 分类:问答Possible to use EM calls in a Thin webapp?
Is i开发者_运维百科t possible to use EventMachine calls inside Thin without extra initialization?[详细]
2023-03-17 04:48 分类:问答Using Postgres with Eventmachine
Does anyone know of a good way to connect to postgres inside eventmachine. I know there is an implementation bundled with eventmachine but i don\'t like the use of sockets.[详细]
2023-03-14 17:16 分类:问答Thin/eventmachine non-root installation problem
Trying to run ruby on rails framework under nginx+thin, currently working under WEBrick. I don\'t have root access, cause it is hosted at web hosting service.[详细]
2023-03-14 15:47 分类:问答How to install EventMachine on Mac OSX Snow Leopard
I searched for this issue and kept finding resources related to a PC. Every time I try to installEventMachine I get this error:[详细]
2023-03-11 13:10 分类:问答