a network, using socket programming.
it's a recursive function(using Strassen algorithm) and i need to send each recursive call to a node to be processed(and return the result ofc)
the process all the incoming data and output the result to the machine that requested the process in the first place.
all machines serve as both server and client.
any idea on how i can distribute the recursive calls?
(i have the "regular" multiplication script, i have a server and client that can send pickled data)
multiplication code server.py client.py
You mean how to decide which node to choose for each function call?
ok apparently this was easier than what i thought lol
Обсуждают сегодня