C ++ app as a service with high performance
I need to provide a C ++ application as a service. A service and service client can reside on the same machine, or spread across different machines based on load. This application takes a ~ 2KB string as input and returns nearly the same string size after some processing. The processing time for the client must be very fast. What is the best mechanism to implement this?
+2
a source to share