On 8/17/06, William Crawford <wccrawford / gmail.com> wrote: > Patrick Hurley wrote: > > I would make a suggestion to check out the Event Machine library. > > > > pth > > Took a minute to find it, but I found it here. > http://rubyforge.org/projects/eventmachine (in case anyone else cares) > > This does indeed look like an awesome solution. Thanks! > > -- > Posted via http://www.ruby-forum.com/. > > What's funny about this is that I was just thinking the other other day about how EventMachine needs to support TCP proxying out-of-the-box. Depending on your requirements, this might be a good excuse to do it. Are you thinking about a simple passthrough proxy from one address/port to another (possibly adding and/or subtracting SSL/TLS)? O are you looking to do some protocol-specific transformations like HTTP or SMTP proxying?