I am new to this thread. I decided to develop a parallel processing structure for cloud processing applications in java for my project. the structure should separate this serial Java code and process these subcodes on different virtual machines in the cloud. the structure must dynamically allocate and free resources in accordance with the load. My problem is how to design the structure.
Are there libraries for scheduling Java code to another virtual machine in the cloud? let me know if anything is available.
source share