- a step-by-step muduo-like web server implementation
- a little step beyond muduo, add several modifications on v1
-
performance increased 1.5-fold in terms of nonpersistent connection, 8.5-fold in terms of persistent connection, comparing with moduo, look here
-
one eventloop per thread + thread pool
-
Nignx-like connection pool
-
more efficient buffer design: sds(simple dynamic string, Redis-like) + scatter IO
-
more in process...look here