|
|
| Essential C++ (ISBN: 0201485184) |
 |
List Price: $33.95
Our Price: $33.95
Used Price: $12.00
Release Date: 26 October, 1999
Manufacturer: Addison-Wesley Pub Co (Paperback)
Sales Rank: 69,295
Author: Stanley B. Lippman
|
More Info
|
|
|
OpenSSL Server Example
|
2003-05-24 12:24:54
|
| |
cpp
|
|
|
|
|
Category: source:cpp:internet
|
|
Description: A basic threaded OpenSSL server with non-blocking connection handling. When a connection is made the thread waits for data to be recieved, then sends an html response so it can be tested with a browser. The thread closes the connection and terminates without waiting for more data.
|
|
Platform: unix
|
|
Author: detour
|
|
Viewed: 8879
|
|
Rating: 4.8/5 (41 votes)
|
|
|
|
|