Original: http://http-kit.org/600k-concurrent-connection-http-kit.html Edit(2013/1/29): http-kit is a event driven HTTP server & client for Clojure. It’s open source, https://github.com/http-kit Inspired by Scaling node.js to 100k concurrent connections! and Node.js w/250k concurrent connections!. I did some test for http-kit! http-kit manages to make 600k concurrent connections, on PC! Server’s l

