Tagged Questions
2
votes
1answer
116 views
Data broadcasting between instances of distributed server
I'm trying to get some feedback on the recommendations for a service 'roster' in my specific application. I have a server app that maintains persistant socket connections with clients. I want to ...
1
vote
2answers
396 views
Create a Windows (win32) service discoverable across the network
In short: How to reliably discover a server running somewhere on a (presumably multi-segmented) local area network with zero client configuration
My client application has to locate the server ...