
Hi, I am using stunnel as an encrypted channel between one server and multiple clients. Each client will transfer a very small piece of data every 20 seconds. Therefore I want to compare the tradeoff between maintaining multiple sessions with tearing down and re-establish connection every time. I read the performance table in stunnel doc and got a brief idea, but I hope to evaluate the performance for my specific hardware and software setup to make a better decision. I guess my question is how to measure the Max. concurrent sessions? Should I start multiple stunnel instances on client side? Also, how can I tear down a connection automatically after each time data transfer? Thanks Yuqiong

On 2012-08-26 21:52, Yuqiong Sun wrote:
I guess my question is how to measure the Max. concurrent sessions?
You need to start an instance of stunnel, and open new SSL sessions until stunnel stops accepting new ones. Mike
participants (2)
-
Michal Trojnara
-
Yuqiong Sun