Subject: | Should have support for unix domain sockets... |
It appears that there's no way to use a unix domain (local) socket to do PlRPC client<->server communication, even though Net::Daemon (etc) support it -- PlRPC errors out with 'missing peer address' (because there's not a peer address, just a file path)
This would be really wonderful to have, so that different apps wouldn't have to have different daemon ports -- Just different paths to their sockets.