scale-clojure-web-app
scale-clojure-web-app copied to clipboard
can you try with https connections ?
This is really not an issue, but I am so wondering what the performance will be if you try with https connections ? Also, what is the memory consumption per connection ?
Thanks, -haijin
Hey, currently http-kit does not have https support.
In order to make the benchmark, a scable client with https support is needed, like this one for http:
https://github.com/http-kit/scale-clojure-web-app/blob/master/ConcurrencyBench.java
SSL API with Java nio is quite low level, I need sometime to figure it out.