#include "_doctype.html"
How we intend/hope this project to proceed: SUBTITLE(1. Measure and Benchmark Existing API)
The random seed and N must be able to be specified to be able to repeat the exact same set in a subsequent invoke, but in general testing we must vary the seed in order to not exhaust the same hosts.
libcurl should most likely be built with c-ares support.
Use debug builds to be able to generated memory-trace logs to fully track and check amount of memory used per connection.
Compare the memory usage measurements with the amount of memory installed in the development machines so that we remain testing within the amount of available system RAM.
- Port the test program from phase 1 to the new API.
- Run measurements and benchmarks SUBTITLE(3. Implement HTTP pipelining support)
Make sure that:
To make benchmarks, identify high-latency high-bandwith servers that allow pipelining to get a feel for "optimal" performance boosts. #include "_footer.html"