roadmap / wishlist for broadcast tutorial

This commit is contained in:
Peter Thorson
2013-11-25 08:20:52 -06:00
parent 87cb5036a4
commit 57cd0e286e

View File

@@ -0,0 +1,17 @@
Broadcast Tutorial
==================
This tutorial will dig into some more nitty gritty details on how to build high
scalability, high performance websocket servers for broadcast like workflows.
Will go into features like:
- minimizing work done in handlers
- using asio thread pool mode
- teaming multiple endpoints
- setting accept queue depth
- tuning compile time buffer sizes
- prepared messages
- flow control
- basic operating system level tuning, particularly increasing file descriptor limits.
- measuring performance with wsperf / autobahn
- tuning permessage-deflate compression settings