From: "Iñaki Baz Castillo" Date: 2011-12-08T09:28:20+09:00 Subject: Re: Using OpenSSL for making a network TLS server 2011/12/7 Brian Candler : > Definitely don't write a TLS implementation yourself. > > You can use a SocketPair (in ruby: Socket.pair) to buffer the > EventMachine data. > > http://groups.google.com/group/comp.lang.ruby/browse_frm/thread/26d3538da0410b8b/fdc3c5c6686ceb49?lnk=gst&q=Socket.pair&rnum=2&hl=en&pli=1 Really interesting, thanks a lot, I will use it. -- Iñaki Baz Castillo