N
Nick
Hi,
I have following question:
Two applications ( exe) work on the same computer in the same AppDomain.
For example: First is called " agent ", second is called "Client".
"Agent" load data from database into memory, ("Agent" fills ArrayList with
1000 record from database ) and works all time in the background.
How to:
It is possible to have access to this memory (allocated in "Agent" exe )
from "Client" exe. Both application work in the same AppDomain ?
Regards,
Nick
I have following question:
Two applications ( exe) work on the same computer in the same AppDomain.
For example: First is called " agent ", second is called "Client".
"Agent" load data from database into memory, ("Agent" fills ArrayList with
1000 record from database ) and works all time in the background.
How to:
It is possible to have access to this memory (allocated in "Agent" exe )
from "Client" exe. Both application work in the same AppDomain ?
Regards,
Nick