cloudflare / keyless

Cloudflare's Keyless SSL Server Reference Implementation
Other
275 stars 80 forks source link

Add threading support #15

Closed jgrahamc closed 10 years ago

jgrahamc commented 10 years ago

This commit reinstates the --num_workers=n command-line parameter and uses it to start n threads. Each thread handles kssl connections from a client and has its own separate list of connections that it is handling.