octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48149] popen2 on Windows requires delay


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #48149] popen2 on Windows requires delay
Date: Wed, 29 Jun 2016 18:44:10 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #3, bug #48149 (project octave):

Looking at the documentation for CreateProcess:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspx

it seems like maybe we should be calling WaitForInputIdle on the created
process, but the documentation for that function:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms687022%28v=vs.85%29.aspx

says "If this process is a console application or does not have a message
queue, WaitForInputIdle returns immediately."

Hmm.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48149>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]