Re: STDIN, STDOUT, Socket::PassAccessRights problem

2001-01-25 Thread Doug MacEachern
On Tue, 9 Jan 2001, Paul Buder wrote: I am using a CPAN module called Socket::PassAccessRights that uses the recvmsg and sendmsg system calls to pass file descriptors over a socket. More specifically, I have a long living program (not modperl) that needs to communicate with the Apache

STDIN, STDOUT, Socket::PassAccessRights problem

2001-01-09 Thread Paul Buder
I am using a CPAN module called Socket::PassAccessRights that uses the recvmsg and sendmsg system calls to pass file descriptors over a socket. More specifically, I have a long living program (not modperl) that needs to communicate with the Apache descriptors for STDIN and STDOUT given to a CGI