kev-inn opened a new pull request #1047:
URL: https://github.com/apache/systemds/pull/1047


   Adds a new function to start multiple federated workers. The function first 
starts multiple processes and then waits for all of them to be ready for a 
connection by pinging (by sending a `CLEAR`) them.
   
   This method cannot be used for threads (running federated workers), because 
they share static variables, therefore their startup interferes with each 
other. Switching purely to processes should definitely be considered.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to