Hi,
I am brand new to COM/DCOM, and I have a design problem :
I will write a COM object that will be loaded by an ERP-system. The ERP system is capable of receiving events from this COM-object.
Also I will write another COM object that will we be loaded by a WEB-Server.
The Idea is that a HTTP request should result in an event into the ERP-system (and an answer the other way).
Thus I need the COM-object(s) loaded by the WEB-Server to communicate the request to that particular instance loaded by the ERP-System.
Question :
==========
Can COM/DCOM handle this IPC, or will I have to write my own IPC using named shared memory ?
/JOlesen
I am brand new to COM/DCOM, and I have a design problem :
I will write a COM object that will be loaded by an ERP-system. The ERP system is capable of receiving events from this COM-object.
Also I will write another COM object that will we be loaded by a WEB-Server.
The Idea is that a HTTP request should result in an event into the ERP-system (and an answer the other way).
Thus I need the COM-object(s) loaded by the WEB-Server to communicate the request to that particular instance loaded by the ERP-System.
Question :
==========
Can COM/DCOM handle this IPC, or will I have to write my own IPC using named shared memory ?
/JOlesen