Relative Content

Tag Archive for c++socketsboostserverboost-asio

Advice on creating a C++ program that remains in memory

I am working on a piece of software that will act like a server, which will receive commands from (potentially) multiple clients. In other words, it is expected to start running and stay in memory. While I have some C++ programming experience, this kind of project is new to me. Can someone give me suggestions on what terms I should search for on the Internet and/or what libraries I should be using?