High performance SSL client with connection pooling session caching etch on Windows

Posted by Yucong Sun on Stack Overflow See other posts from Stack Overflow or by Yucong Sun
Published on 2011-03-16T00:07:19Z Indexed on 2011/03/16 0:10 UTC
Read the original article Hit count: 119

Filed under:
|

Hi there,

I'm looking for a fast SSL socket client basically talks SSL with remote service and I need features like connection pooling/limiting so that my other client calling this ssl socket can basically issue as many as requests and it will handle it peacefully.

I looked into openssl s_client, but it says it's only for testing purpose, is there a handy tool avaiable? STunnel seems to be okay, but don't have that connection limiting option I need.

Cheers.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about ssl