high performance application webserver in C/C++
I had the very same requirements for my job, so I evaluated a number of solutions: mongoose, libmicrohttpd, libevent. And I also was thinking about writing nginx modules. Here is the summary of my findings: nginx nginx project page I love this server and use it a lot. Its performance and resource usage is much … Read more