This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients giampaolo.rodola, neologix, pitrou, vstinner
Date 2013-10-12.14:04:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381586681.76.0.630630828388.issue12187@psf.upfronthosting.co.za>
In-reply-to
Content
"On BSDs and OS X, you can use kqueue with EVFILT_PROC+NOTE_EXIT to do exactly that. No polling required. Unfortunately there's no Linux equivalent."
http://stackoverflow.com/questions/1157700/how-to-wait-for-exit-of-non-children-processes/7477317#7477317

An example:
http://doc.geoffgarside.co.uk/kqueue/proc.html
History
Date User Action Args
2013-10-12 14:04:41vstinnersetrecipients: + vstinner, pitrou, giampaolo.rodola, neologix
2013-10-12 14:04:41vstinnersetmessageid: <1381586681.76.0.630630828388.issue12187@psf.upfronthosting.co.za>
2013-10-12 14:04:41vstinnerlinkissue12187 messages
2013-10-12 14:04:41vstinnercreate