Mail Archives: djgpp-workers/2000/12/27/07:14:47
On Wed, 27 Dec 2000, Richard Dawe wrote:
> I'm not sure how useful this would be for libsocket's sockets in general.
> TCP/IP socket handles cannot be passed between DOS boxes, unfortunately.
> OTOH libsocket's Unix domain sockets have a well-defined pathname ->
> device name mapping, so maybe that would.
>
> Both TCP/IP sockets and Unix domain sockets could be passed to child
> programs (using some variant of the proxy method used to pass long
> command-lines?), with some mechanism to resurrect libsocket's internal
> data structures.
If sockets are private to programs that use them, then passing them
to child programs doesn't make much sense, does it?
- Raw text -