2 Jul
2017
2 Jul
'17
3:01 p.m.
On Sun, Jul 2, 2017 at 7:49 AM, Peter Dimov via Boost
Suppose that I want to implement an HTTP server that uses the thread per connection model. What example should I use as a starting point?
This framework Port creates a new thread for each connection: https://github.com/vinniefalco/Beast/blob/78a065ba39836d91d7e70d93de7f9140f5... Thanks