Using Python to shared memory resources between Linux and Windows

B

Blubaugh, David A.

To All,



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?




Thanks,



David Blubaugh





This e-mail transmission contains information that is confidential and may be
privileged. It is intended only for the addressee(s) named above. If you receive
this e-mail in error, please do not read, copy or disseminate it in any manner.
If you are not the intended recipient, any disclosure, copying, distribution or
use of the contents of this information is prohibited. Please reply to the
message immediately by informing the sender that the message was misdirected.
After replying, please erase it from your computer system. Your assistance in
correcting this error is appreciated.
 
D

Diez B. Roggisch

Blubaugh said:

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
 
B

Blubaugh, David A.

Diez,

What you have said is extremely concerning.
I am now using VMware. With Linux as the Master and windows as the
guest operating system. I was wondering if you have ever had to develop
a share memory resource between Linux and windows within a Vmware setup?




Thanks for the help. I will not be forgotten,


David Blubaugh




-----Original Message-----
From: Diez B. Roggisch [mailto:[email protected]]
Sent: Tuesday, August 26, 2008 4:54 PM
To: (e-mail address removed)
Subject: Re: Using Python to shared memory resources between Linux and
Windows

Blubaugh said:

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


This e-mail transmission contains information that is confidential and may be
privileged. It is intended only for the addressee(s) named above. If you receive
this e-mail in error, please do not read, copy or disseminate it in any manner.
If you are not the intended recipient, any disclosure, copying, distribution or
use of the contents of this information is prohibited. Please reply to the
message immediately by informing the sender that the message was misdirected.
After replying, please erase it from your computer system. Your assistance in
correcting this error is appreciated.
 
D

Diez B. Roggisch

Blubaugh said:
Diez,

What you have said is extremely concerning.
I am now using VMware. With Linux as the Master and windows as the
guest operating system. I was wondering if you have ever had to develop
a share memory resource between Linux and windows within a Vmware setup?

There is no such thing. As I said, the two systems are isolated. For
programming purposes, consider your setup being two distinct machines.

Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top