Netty with unix domain sockets

Holger Hoffstätte holger.hoffstaette at googlemail.com
Tue Sep 15 20:51:06 EDT 2009


Utkarsh Srivastava wrote:
> Has anyone been able to setup netty with unix domain sockets? Is it
> possible given Netty's APIs?

Unix Domain Sockets need native code and are inherently more limited in
their interactions as they are strictly 1:1, so it's not really clear to
me what you would win. However you could try to adapt the code from
http://code.google.com/p/juds/ - it works fine by itself and would be a
good starting point.
How many thousand local processes do you have? :-)

-h


More information about the netty-users mailing list