Using Python to shared memory resources between Linux and Windows
Diez B. Roggisch
deets at nospam.web.de
Tue Aug 26 16:54:23 EDT 2008
Blubaugh, David A. schrieb:
> To All,
To whom else if I may ask?
> I was wondering if it was possible to utilize python to share a memory
> resource between a linux and windows system?? It should be stated that
> both the Linux (CENTOS 5) and windows are physically located on the same
> computer. Is any of this possible?
No, not as that. You can use IPC-mechanisums such as XMLRPC, CORBA or
Pyro. But software such as VMWare or VirtualBox tries hard to *not* let
guest and host os influence each other.
Diez
More information about the Python-list
mailing list