Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice and Unix Domain Sockets

Hi,

I saw in other posts that it is possible to implement Ice on a different lay of transport.
Unix domain sockets particularly interest me, because if I use Ice, I use it locally. And, as I have seen with omniORB or Thrift, unix sockets seem to be faster than TCP. So I would like to use unix sockets with Ice.
The problem is that I am a beginner, only a second year's student. I read that we can be helped by the source code which is already present, with TcpAcceptor, TcpConnector... etc. But could you give me a little bit more details about that ? The steps to follow ?

Thank you.