S SearchRSS
< BackHome
Newest questions tagged c++ - Stack Overflow

Design pattern for server with multiple network answers to a single network command?

I often work on applications that interact with the network, I mostly use UDP server-clients to send information / commands between my apps. For most commands, the most simple way of coding the server is receiving a comm

View original source