Server side patterns in C++
-
We are writing a server app for Linux in C++. In order to avoid reinventing the wheel we want to use some kind of library that already implements common architectural patterns and provides solutions to problems that arise during server development. The Java and C# community are well endowed in this regard. Is there anything similar available for C++??? We did find IBM's Reusable Server Kernel (RSK) but unfortunately that is meant solely for their VM systems. A similar truly cross-platform library would be just what we are looking for. Thanks in advance for your help.
-
We are writing a server app for Linux in C++. In order to avoid reinventing the wheel we want to use some kind of library that already implements common architectural patterns and provides solutions to problems that arise during server development. The Java and C# community are well endowed in this regard. Is there anything similar available for C++??? We did find IBM's Reusable Server Kernel (RSK) but unfortunately that is meant solely for their VM systems. A similar truly cross-platform library would be just what we are looking for. Thanks in advance for your help.