Paul Rubin wrote:
> To get even more OS-specific, AF_UNIX sockets (at least on Linux) have
> a feature called ancillary messages that allow passing file
> descriptors between processes.  It's currently not supported by the
> Python socket lib, but one of these days... .  But I don't think
> Windows has anything like it.

It can be done on on Windows.

   http://tangentsoft.net/wskfaq/articles/passing-sockets.html


-- 
--Bryan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to