[nodejs] node.js support for passing FDs on UNIX domain sockets

2012-12-28 Thread Adam Chappell
I've realised, with a mixture of confusion and frustration, that the latest versions of node.js - 0.8.16 is what I'm using - no longer seems to support the passing of file descriptors across UNIX domain sockets. I was intending to use this functionality, along with an external "FD factory app"

Re: [nodejs] node.js support for passing FDs on UNIX domain sockets

2012-12-28 Thread Ben Noordhuis
On Thu, Dec 27, 2012 at 7:14 PM, Adam Chappell wrote: > I've realised, with a mixture of confusion and frustration, that the latest > versions of node.js - 0.8.16 is what I'm using - no longer seems to support > the passing of file descriptors across UNIX domain sockets. > > I was intending to use