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/



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to