<p><a href="http://support.microsoft.com/kb/315939/en-us">http://support.microsoft.com/kb/315939/en-us</a></p>
<p>Ah yes, we may implement pass_handles on Windows using a critical section to inherit *handles*.</p>
<p>File descriptors cannot be inherited using CreateProcess(), only using spawn(). Or can we rely on the undocumented fields used by spawn()?</p>
<p>Victor</p>