Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Communicate with a particular instance

Status
Not open for further replies.

JOLESEN

Programmer
Jun 21, 2002
317
DK
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top