Brian Hoang
01-10-2001, 01:07 PM
Hi there,
Originally, I have two application written in C++ (MFC) that comunicates
between each others using IP (interprocessing communication) concept.
I use "shared memory" concept that is known as mapped file in Visual c++.
I did not use COM for some unconvenient reasons.
My question is, is it possible to have Java application intercomunicates
with C++ application using this IP concept? I am wondering if Java supports
"shared memory" concept?
Appreciate any helps.
Brian Hoang
Originally, I have two application written in C++ (MFC) that comunicates
between each others using IP (interprocessing communication) concept.
I use "shared memory" concept that is known as mapped file in Visual c++.
I did not use COM for some unconvenient reasons.
My question is, is it possible to have Java application intercomunicates
with C++ application using this IP concept? I am wondering if Java supports
"shared memory" concept?
Appreciate any helps.
Brian Hoang