Hi, all
I'm looking for open-source http servers as benchmarks for my OS, which should satisfy:
- It folks several processes to handle http requests (not threads or I/O multiplexing)
- It can be compiled statically, which means no run-time code link like dynamic libraries.
Is there any satisfied httpd? Thanks for your replies.