Ive set up a ServiceHost using WCF, as such:
Everything works fine, Server opens up ok, Clients can connect, etc..
The issue is that the main C++ application gets laggy when the Clients connect to the ServiceHost.
Is there any way to solve this issue?
Extra info: Debugging I can see that there is a WorkerThread answering to the Client requests, as a separate thread from the c++ main thread, but is seems to have more cpu time than the main thread.