bug-make
[Top][All Lists]
Advanced

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

[bug #22923] option to prevent "interspersed" output in parallel builds


From: Ilguiz Latypov
Subject: [bug #22923] option to prevent "interspersed" output in parallel builds
Date: Fri, 15 Jan 2010 05:20:12 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8pre) Gecko/20100114 Shiretoko/3.5.8pre

Follow-up Comment #5, bug #22923 (project make):

Another idea mentioned in a Python bug discussion on file handles contention
is to have each spawned make process redirect stdout and stderr of its spawned
actions to a socket opened by the main make process.  (Perhaps, each make
process could do that by opening pipes to poll stdout and stderr from its
spawned actions and by sending the received messages over the client socket). 
The main make process would be able to read each message separately and save
it in stdout or stderr along with the sender's PID.


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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