igrigorik / em-proxy

EventMachine Proxy DSL for writing high-performance transparent / intercepting proxies in Ruby
http://www.igvita.com/2009/04/20/ruby-proxies-for-scale-and-monitoring/
MIT License
662 stars 86 forks source link

Add support for proxying unix domain sockets (JRuby) #39

Open dblock opened 11 years ago

dblock commented 11 years ago

Similar to https://github.com/igrigorik/em-proxy/pull/31, but which works on JRuby. Looks like this requires eventmachine support first.

mattbeedle commented 11 years ago

+1

gorkunov commented 11 years ago

+1

igrigorik commented 11 years ago

I think belongs on EM repo... as I can't do much until we have that.

acds commented 11 years ago

+1, Any chance anyone can influence EM ?

dblock commented 11 years ago

I opened https://github.com/eventmachine/eventmachine/issues/459, I am surprised I didn't before cause I went down the path of trying to figure out an implementation for the call in Java.

If someone wants to dig a bit and add to that issue, that'd be great.

Ch4s3 commented 9 years ago

+1