Passing file descriptors

Josiah Carlson jcarlson at uci.edu
Thu Jun 10 03:44:40 EDT 2004


> I've tested the data transfer and it works fine.
> 
> Using the below modified code, unix domain sockets do not work.  Any 
> other ideas?

Oh, and on SunOS 5.8, using unix domain sockets gets the following error:
     jcarlson at synergistic-envision% python2.3 fdpass.py
     [Errno 122] Operation not supported on transport endpoint


I needed to interrupt it because the read blocks in the child process.

  - Josiah



More information about the Python-list mailing list