[issue1194378] sendmsg() and recvmsg() for C socket module

David M. Beazley report at bugs.python.org
Sat Dec 27 14:00:43 CET 2008


David M. Beazley <beazley at users.sourceforge.net> added the comment:

Just a followup comment to note that adding support for 
sendmsg()/recvmsg() is what you need to do "file descriptor passing" 
between processes on Unix---another technique for writing network servers.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1194378>
_______________________________________


More information about the Python-bugs-list mailing list