meltwater / served

A C++11 RESTful web server library
MIT License
710 stars 173 forks source link

Benchmark served against other popular C++ http servers #5

Open whoshuu opened 9 years ago

whoshuu commented 9 years ago

Some good candidates for benchmarking against are:

Doing a benchmark on a commodity server like Amazon EC2 instance would give users a good idea of how these different libraries compare performance-wise. Of course, you don't need to this yourself, just when it happens it would be helpful to be transparent about the results, wherever they're posted.

Jeffail commented 9 years ago

Hey @whoshuu, this would be great. It is on our TODO list internally but I'm tagging this as 'help wanted' since an independent benchmark would be more desirable.

KrishnaPG commented 8 years ago

+1 for the benchmarks. Also, it would be great to see some kind of architecture details (such as how concurrent connections are being handled etc.)