Hello All,
I need to make parallel processing with Java. I know there are threads but i need to examine a distributed-like system. I will implement the MST algorithim and with a distributed syncronizer I will merge those sepereted nodes with rounds to find best and minimum spanning tree. This distributed syncronizer will work on different machines each of them connected with their neighbours with a wireless network.
For examining this system, my processes work like nodes in my wireless network area and those will make connections with each other.
For that purpose I should use processes. But I cannot find how to fork these processes, how to kill them, how to wait for them to return to parents.
Please, I need to make this project before next monday.
Thank you, anyway.