I want to maintain a single remote server for all client requests without the hassle of too much multi threading. The idea is for a kind of Chat server - The single server maintains a list of all the client Sink pointers. But every time a client does a CoCreateInstanceEx, a new server is started. How do I make an already running server respond to the newer client requests ?
- muscicapa