in reply to Passing a TCP connection from one Perl program to another

Instead of (or in addition to) talking over TCP sockets via localhost, they need to talk to each other "unix domain sockets". Then you can use Socket::PassAccessRights.

- tye        

  • Comment on Re: Passing a TCP connection from one Perl program to another (APitUE++)

Replies are listed 'Best First'.
Re^2: Passing a TCP connection from one Perl program to another (APitUE++)
by salva (Canon) on Oct 16, 2009 at 06:55 UTC
    and this works in Unix/Linux. In Windows, AFAIK, there is no equivalent functionality.