Hi Mark,

Mark wrote:
I am looking to write a provider that performs NIO on a Unix Domain Socket.
This would be used to communicate between JVMs on the same box and do it in
a way that is faster than TCP.

The GlassFish project has one if you want to take a look at:

https://glassfish.dev.java.net/source/browse/glassfish/appserv-core/src/java/com/sun/enterprise/server/ss/

This implementation is used and explained here:

http://weblogs.java.net/blog/binod/archive/2005/09/lazy_initializa.html

Have fun.

-- Jeanfrancois



Reply via email to