ber of the BBB On-Line Reliability Program
- Member of the Web Host Guild & VeriHost
-Original Message-
From: Nick Gaugler [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 09, 2002 5:53 PM
To: [EMAIL PROTECTED]
Subject: Basic OpenSSL Client w/Pthreads
I've come up with the followin
I've come up with the following BASIC OpenSSL client from the cli.cpp
example and I am trying to turn it into a multi threaded application with
pthreads. Each thread will open a brand new connection, it will not read
off of the same connection, so it should not be any different. I've added
the