Hacker News new | ask | show | jobs
by Ono-Sendai 3796 days ago
I tested it with some of my own code, 8 threads making requests to my server at localhost.

Does this program 'wrk' re-establish a connection for each request, or is it re-using them?

1 comments

wrk[1] does appear to reuse a connection for each request.

[1] https://github.com/wg/wrk