Posted By: Francis Cianfrocca
Date: 2006-05-21 03:07
Summary: EventMachine 0.5.3
Project: Ruby/EventMachine

This is a bug-fix release. All users are urged to update.

The pure-Ruby version of EventMachine is proceeding rapidly to an alpha release, although sadly, it's not 100% pure Ruby. There are a couple of small functions in C (not C++), required to cover Ruby's incomplete support for nonblocking I/O. Additionally, we're going to start releasing some pre-written handlers for standard protocols into the EventMachine stack, so you can write custom servers just by handling the protocol messages. At this point, it looks like HTTP/S will be the first.

Finally, we'd like to start collecting stories and use-cases about EventMachine from your experiences. We'll publish them in our Wiki and on the (coming) EventMachine website so that others may benefit. Please get in touch with any of the project members by email if you want to be live forever in the annals of the EventMachine project! ;-)

Latest News
TZInfo v1.0.0 and TZInfo::Data v1.2013.3 Released
    Philip Ross - 2013-06-02 17:12
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11

 

Forums | Admin

Discussion Forums: eventmachine-releases-version-0.5.3

Start New Thread Start New Thread

 

By: Bram Whillock
RE: Installation of binary version fails [ reply ]  
2006-11-03 19:52
I'm having the same problem, this is on server 2003 sp3. ruby -v => 1.8.4. I installed 0.5.2 with no problems though.

By: Basil Hussain
RE: Installation of binary version fails [ reply ]  
2006-08-25 10:04
I also get this problem.

I found a post somewhere claiming the "buffer error" messages were due to an old version of zlib (1.2.1) within Ruby. As I was still running Ruby 1.8.2, I upgraded to 1.8.4 (via the one-click installer) and now have zlib 1.2.3. However, still have the problem!

This is on Windows 2000 SP4.

By: Francis Cianfrocca
RE: Installation of binary version fails [ reply ]  
2006-05-19 23:56
That's a new one. What version of Windows?

By: Mark Melling
Installation of binary version fails [ reply ]  
2006-05-18 17:37
When I try and install the binary gem I get the following error

"ERROR: Error installing gem eventmachine-0.5.3-mswin32.gem[.gem]: buffer error"

Any ideas?