Being interested in high frequency trading/High performance computing I came across \'ACE\':
http://www.cs.wustl.edu/~schmidt/ACE-overview.html
However, I notice
While ACE has created interest a long time ago, more recent server designs offer higher speed (lower latency) and multi-core scalability (higher concurrency).
If you are concerned about latency (high-frequency trading operators fight for every microsecond), then do your own benchmarks. The weighttp
(ApacheBench compatible) stress tool is the most efficient I have seen (use the "-t 4" option to use 4 worker threads instead of a 4-second test like for AB).
Since Apachebench
is a single-thread tool, it will not be able to saturate a SMP server (either muti-thread or multi-process).