RE: Basic OpenSSL Client w/Pthreads

2002-05-13 Thread Nick Gaugler
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

Basic OpenSSL Client w/Pthreads

2002-05-10 Thread Nick Gaugler
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