>
> Hi Tomer,
>
also i have an script on VM1 and will create an service instance to change
his attribute from VM2. and the new value of this instance should be
reachable for all other VirtualMachins.
for example:
VM1:
set_ip_in_VM1(self, ip):
....
get_ip_from_VM1(self):
....
from VM2:
>>> set_ip_in_VM1(' THE_NEW_IP ')
from VM3:
>>> ip = get_ip_from_VM1()
>>> print(ip)
THE_NEW_IP
>>>
--
---
You received this message because you are subscribed to the Google Groups
"rpyc" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.