Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
EventMachine
Conversations
About
EventMachine
1–30 of 785
Mark all as read
Report abusive group
0 selected
Marek Küthe
Apr 5
Publish new version
Hello, I have written a TLS Echo Server and published it on RubyGems. I would like to add
unread,
Publish new version
Hello, I have written a TLS Echo Server and published it on RubyGems. I would like to add
Apr 5
rogerdpack
11/18/19
Thanks for event machine!
It was super fun to work on, and it basically saved my multi-threaded ruby app I used for my thesis.
unread,
Thanks for event machine!
It was super fun to work on, and it basically saved my multi-threaded ruby app I used for my thesis.
11/18/19
Roman Mirr
,
Marcin Bartkowiak
2
9/19/19
What's wrong in async URL fetch?
Remove EventMachine.stop from success callback. This code works on my machine: require '
unread,
What's wrong in async URL fetch?
Remove EventMachine.stop from success callback. This code works on my machine: require '
9/19/19
Venkatachalam Subramanian
4/13/18
Server-side SNI functionality implementation in eventmachine
Hello All, I'm using eventmachine with evma_httpserver in my application to host a HTTPS server
unread,
Server-side SNI functionality implementation in eventmachine
Hello All, I'm using eventmachine with evma_httpserver in my application to host a HTTPS server
4/13/18
Anubhav Kapoor
12/16/17
Versions of Ruby that Event machine supports
Hi I am trying to run my RoR application by using command "rails server". It gives an error
unread,
Versions of Ruby that Event machine supports
Hi I am trying to run my RoR application by using command "rails server". It gives an error
12/16/17
Kavi U
2/23/17
CA certificate verification
is it possible to verify CA certificate of any URL for secure access? my code should run inside
unread,
CA certificate verification
is it possible to verify CA certificate of any URL for secure access? my code should run inside
2/23/17
aw...@redhat.com
,
James Tucker
3
10/28/16
EventMachine, OpenSSL, and Windows
I'd recommend you use faye websockets and puma, then you won't need EventMachine. On Wed, Oct
unread,
EventMachine, OpenSSL, and Windows
I'd recommend you use faye websockets and puma, then you won't need EventMachine. On Wed, Oct
10/28/16
Alex Wood
10/28/16
Eventmachine, OpenSSL, and Windows
Hello, I'm working on a feature (https://github.com/jekyll/jekyll/pull/5142) for the Jekyll
unread,
Eventmachine, OpenSSL, and Windows
Hello, I'm working on a feature (https://github.com/jekyll/jekyll/pull/5142) for the Jekyll
10/28/16
Arindam Mukherjee
,
Aman Gupta
2
9/5/16
Debug a stopped EM loop
Try Thread.abort_on_exception=true On Sun, Sep 4, 2016 at 8:18 PM Arindam Mukherjee <arindam.
unread,
Debug a stopped EM loop
Try Thread.abort_on_exception=true On Sun, Sep 4, 2016 at 8:18 PM Arindam Mukherjee <arindam.
9/5/16
Arindam Mukherjee
7/22/16
EM::Channel#subscribe behavior
I have a main thread and a separate EM thread. I am trying to push a message from the EM thread that
unread,
EM::Channel#subscribe behavior
I have a main thread and a separate EM thread. I am trying to push a message from the EM thread that
7/22/16
Arindam Mukherjee
,
James Tucker
4
7/22/16
EventMachine-based task broker
Yes, I mean blocking io. On Jul 21, 2016 11:35 PM, "Arindam Mukherjee" <arindam.mukerjee
unread,
EventMachine-based task broker
Yes, I mean blocking io. On Jul 21, 2016 11:35 PM, "Arindam Mukherjee" <arindam.mukerjee
7/22/16
Arindam Mukherjee
,
James Tucker
2
7/16/16
Adding tasks to the event queue
On Sun, Jul 3, 2016 at 5:14 AM, Arindam Mukherjee <arindam....@gmail.com> wrote: I am new
unread,
Adding tasks to the event queue
On Sun, Jul 3, 2016 at 5:14 AM, Arindam Mukherjee <arindam....@gmail.com> wrote: I am new
7/16/16
Arindam Mukherjee
,
James Tucker
2
7/16/16
Limiting the number of threads in the deferred pool
You can set `EventMachine.threadpool_size` before running any threads. There is no mechanism
unread,
Limiting the number of threads in the deferred pool
You can set `EventMachine.threadpool_size` before running any threads. There is no mechanism
7/16/16
Tammy Yeshua
4/23/16
Unable to load the EventMachine C extension
Hi, I am getting the following error when I start dashing: "Unable to load the EventMachine C
unread,
Unable to load the EventMachine C extension
Hi, I am getting the following error when I start dashing: "Unable to load the EventMachine C
4/23/16
mayank garg
,
James Tucker
2
3/27/16
Not able to install eventmachine with version 1.0.8 with ruby 2.0 on CentOS7
You need to look in mkmf.log to see why it is failing. It's likely you need to install openssl
unread,
Not able to install eventmachine with version 1.0.8 with ruby 2.0 on CentOS7
You need to look in mkmf.log to see why it is failing. It's likely you need to install openssl
3/27/16
Nathan Sowatskey
,
杨保杰
2
11/27/15
Can't install 1.0.7 on OS X Yosemite
我也碰到过,把ruby 版本设置为2.1.5 即可 在 2015年5月13日星期三 UTC+8上午4:58:47,Nathan Sowatskey写道: $ sudo gem install
unread,
Can't install 1.0.7 on OS X Yosemite
我也碰到过,把ruby 版本设置为2.1.5 即可 在 2015年5月13日星期三 UTC+8上午4:58:47,Nathan Sowatskey写道: $ sudo gem install
11/27/15
Avner Cohen
, …
Bill Kelly
7
11/1/15
Memory Leak with EM - where do I start?
Hi, > Am on ruby 1.9.3-p551, Ubuntu 14.04, EM 1.0.7&1.0.8 > My ObjectSpace.count_objects
unread,
Memory Leak with EM - where do I start?
Hi, > Am on ruby 1.9.3-p551, Ubuntu 14.04, EM 1.0.7&1.0.8 > My ObjectSpace.count_objects
11/1/15
Andre Courchesne
,
Aman Gupta
2
10/30/15
receive_data trigger separator
receive_data is triggered whenever data arrives via the tcp socket. It is up to you to buffer it and
unread,
receive_data trigger separator
receive_data is triggered whenever data arrives via the tcp socket. It is up to you to buffer it and
10/30/15
Minix Li
9/26/14
A simple pomelo clone written in Ruby using EventMachine.
I have replicated pomelo's main function(about 70%) using Ruby and EM in the past few months.
unread,
A simple pomelo clone written in Ruby using EventMachine.
I have replicated pomelo's main function(about 70%) using Ruby and EM in the past few months.
9/26/14
Alix Warnke
, …
Iñaki Baz Castillo
3
9/10/14
1.0.4?
Hi, feel free to send the pull request to EventMachine-LE and I will merge it (note however that I do
unread,
1.0.4?
Hi, feel free to send the pull request to EventMachine-LE and I will merge it (note however that I do
9/10/14
eren çay
, …
James Tucker
6
8/18/14
Is EventMachine viable for a turn based game server?
Mostly though, in the rare case I write some Ruby, I just use the thread API and with Queues between
unread,
Is EventMachine viable for a turn based game server?
Mostly though, in the rare case I write some Ruby, I just use the thread API and with Queues between
8/18/14
Bill Paulson
8/8/14
Rubydoc tutorial missing echo code example
The Rubydoc tutorial is missing the code for the echo server tutorial. Right after the header "
unread,
Rubydoc tutorial missing echo code example
The Rubydoc tutorial is missing the code for the echo server tutorial. Right after the header "
8/8/14
Vince Chew
7/6/14
watch_file does not call the the correct handler
Hi guys I am new to Ruby. I am following the example: https://github.com/Shopify/dashing/issues/78#
unread,
watch_file does not call the the correct handler
Hi guys I am new to Ruby. I am following the example: https://github.com/Shopify/dashing/issues/78#
7/6/14
Darryl L. Pierce
6/3/14
Announcement: eventful-qpid-proton
I've a small project I've started with the goal of providing event notification to the Qpid
unread,
Announcement: eventful-qpid-proton
I've a small project I've started with the goal of providing event notification to the Qpid
6/3/14
Kenny Meyer
, …
Carsten Bormann
7
3/17/14
Eventmachine status
> Sorry to come into the discussion so late, but am I reading things > correctly and Event
unread,
Eventmachine status
> Sorry to come into the discussion so late, but am I reading things > correctly and Event
3/17/14
Darryl Pierce
2
3/4/14
Introduction/Question
On Tue, Mar 04, 2014 at 05:43:46AM -0800, Darryl Pierce wrote: > Hi, all! I'm new to the group
unread,
Introduction/Question
On Tue, Mar 04, 2014 at 05:43:46AM -0800, Darryl Pierce wrote: > Hi, all! I'm new to the group
3/4/14
Shakthi Kannan
2/27/14
Architecture suggestions
Hi, I would like to know if EM is suitable for the following Ruby server implementation: https://gist
unread,
Architecture suggestions
Hi, I would like to know if EM is suitable for the following Ruby server implementation: https://gist
2/27/14
Thibaut Barrère
,
Kenny Meyer
2
2/26/14
Help wanted: do you meet SSL_incomp when connecting to twitter SSL?
Hello Thibaut, so long :) Have you been able to find a solution? I am struggling with a similar issue
unread,
Help wanted: do you meet SSL_incomp when connecting to twitter SSL?
Hello Thibaut, so long :) Have you been able to find a solution? I am struggling with a similar issue
2/26/14
laphlaw
1/15/14
How to configure the TLS version on client connections
I'm trying to connect to a server that only accepts TLSv1 and greater. However, it seems that
unread,
How to configure the TLS version on client connections
I'm trying to connect to a server that only accepts TLSv1 and greater. However, it seems that
1/15/14
marcoow
1/7/14
Release with EM.attach_server?
Hi, are there any plans to release a new gem with the new EM.attach_server functionality? I have a
unread,
Release with EM.attach_server?
Hi, are there any plans to release a new gem with the new EM.attach_server functionality? I have a
1/7/14