Displaying 3 results from an estimated 3 matches for "oleganza".
2008 Feb 07
6
Buffer flushing
...ceive_data(data): data == "metachunk1chunk2"
I have two possible solutions:
1) Some kind of flush between some of the #send_data calls
2) Explicitly split incoming data
The first one looks better, but i don''t know is it a right design
decision.
Thanks in advance.
Oleg Andreev (oleganza)
2008 Oct 23
3
ANN: EMDRb 0.1.0
I am pleased to announce the release of EMDRb version 0.1.0, a
rudimentary implementation of a distributed Ruby server based on
EventMachine. It''s available on Rubyforge at
http://rubyforge.org/projects/emdrb but I must admit that it has thus
far only been lightly tested and still a bit feature incomplete. The
server implementation can already do all of the basic stuff one expects
DRb
2008 Mar 18
1
Eventmachine utils
I''m working on StrokeDB* right now and put pieces of networking stuff
into a separate repository "Eventmachine utils". There are 3 useful
libs already: protocol chaining, messaging protocol and marshalled
messaging protocol. Check them out :-)
Overview:
http://gitorious.org/projects/eventmachine-utils
Files: