Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
depends on what kind of load. If you need to handle a huge number of connections, such as a web server or a dns server, then the emphasis should be on massive parallelism, lock-free data structures and many different things. If this is your case, then google for "C10K problem"
If you have a normal web application, then you will add a database to i / o. And here everything that is in java and other languages \u200b\u200bis already suitable. That is, in this vein, c ++ will give a performance boost only for the service layer, perhaps. Architectural solutions will give a greater increase. Here you can read about distributed applications, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question