| Author |
Sending object from VM to host
|
M Bryan
Ranch Hand
Joined: Jun 15, 2011
Posts: 57
|
|
Hi,
I have a VM which does some things. Since performce inside the VM is kind of bad, I want to host system to do some calculations.
The program running in my VM should take a picture of the current screen and send that screenshot to the host system, which then should do some calculations. The screenshot should be taken every second and the program running in the host should start a thread everytine when it is receiving a screenshot.
What is the easiest way to realize this?
Thank you
|
 |
M Bryan
Ranch Hand
Joined: Jun 15, 2011
Posts: 57
|
|
|
I did it using this: www.developer.com/design/article.php/3604491/Objects-and-ClientServer-Connections.htm
|
 |
 |
|
|
subject: Sending object from VM to host
|
|
|