[nanomsg] Re: Port sharing, tcpmux, web-related roadmap et c.

  • From: Martin Sustrik <sustrik@xxxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Fri, 21 Nov 2014 11:26:59 +0100

On 2014-11-21 00:14, Paul Colomiets wrote:
Hi Matthew,

On Fri, Nov 21, 2014 at 12:19 AM, Matthew Hall <mhall@xxxxxxxxxxxxxxx> wrote:
On Thu, Nov 20, 2014 at 12:22:00PM +0100, Martin Sustrik wrote:
Registration happens over AF_UNIX sockets. The underlying file is
/tmp/tcpmux-5555.ipc

It could be tricky to support it in any higher level languages or platforms
which don't have AF_UNIX.


Yes, but presumably those languages don't have support of SCM_RIGHTS
too (i.e. a way to send file descriptor). What languages do you mean?
Java?

If you are talking about Windows, then both file descriptor (handle?)
passing and registration should be done in some other way there (but
should be possible AFAIK).

I have investigated Windows support for passing handles around in the past and IIRC I have found some mechanism to do that.

Martin

Other related posts: