scale-clojure-web-app icon indicating copy to clipboard operation
scale-clojure-web-app copied to clipboard

can you try with https connections ?

Open life0fun opened this issue 12 years ago • 1 comments

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

life0fun avatar Feb 03 '13 07:02 life0fun

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.

shenfeng avatar Feb 03 '13 09:02 shenfeng