I have a Java VM running on one machine on my network. It is running out of CPU power on the one machine, is there any way I can spread the process across maybe 2 computers?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look into Remote Method Invocation which can allow you to execute methods that aren’t on the local machine.
http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136424.html