fixed adding file problem
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / websocketpp-0.7.0 / tutorials / broadcast_tutorial / broadcast_tutorial.md
1 Broadcast Tutorial
2 ==================
3
4 This tutorial will dig into some more nitty gritty details on how to build high
5 scalability, high performance websocket servers for broadcast like workflows.
6
7 Will go into features like:
8 - minimizing work done in handlers
9 - using asio thread pool mode
10 - teaming multiple endpoints
11 - setting accept queue depth
12 - tuning compile time buffer sizes
13 - prepared messages
14 - flow control
15 - basic operating system level tuning, particularly increasing file descriptor limits.
16 - measuring performance with wsperf / autobahn
17 - tuning permessage-deflate compression settings