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
|
|---|
| 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 |