Message 78358 - Python tracker

Message78358

Author beazley
Recipients beazley, giampaolo.rodola, hwundram, therve
Date 2008-12-27.13:00:42
SpamBayes Score 0.027788937
Marked as misclassified No
Message-id <1230382843.91.0.519709840933.issue1194378@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-27 13:00:44beazleysetrecipients: + beazley, therve, giampaolo.rodola, hwundram
2008-12-27 13:00:43beazleysetmessageid: <1230382843.91.0.519709840933.issue1194378@psf.upfronthosting.co.za>
2008-12-27 13:00:43beazleylinkissue1194378 messages
2008-12-27 13:00:43beazleycreate