A
Amiru
I need a reliable and effcient way to connect two modules one writen in
native C++ code and the second written in C# as a WCF service.
The connection should be bidirectional connection.
What is the best way ?
1) COM? and how do I create a bidirectional connection between the 2 modules.
2) MSQueue? Is it effcient enough?
Is it possible to host a WCF server under native ATL windows service?
Is it possible to do .net windows hosting to the unmanaged module safly?
Do you recommend to run the 2 modules in 2 different processes?
native C++ code and the second written in C# as a WCF service.
The connection should be bidirectional connection.
What is the best way ?
1) COM? and how do I create a bidirectional connection between the 2 modules.
2) MSQueue? Is it effcient enough?
Is it possible to host a WCF server under native ATL windows service?
Is it possible to do .net windows hosting to the unmanaged module safly?
Do you recommend to run the 2 modules in 2 different processes?