I want my server application to be able to send data for processing by several clients, and then process the processed data on the server.
Ideally, I would call some_process = send_to_client_for_calculating(connection, data)
I just need to send a bunch of data to the client, tell the client what to do (preferably in the same message that can be done using the array [command, data]), and then return the data ...
I break up fragments of the neural network (very large) and then collect them all later.
If I need to be more clear, let me know how.
source share