The Optimization of a Boost.Asio-Based Networking Server
Offered By: CppNow via YouTube
Course Description
Overview
Explore the optimization techniques for a Boost.Asio-based networking server in this comprehensive conference talk from C++Now 2014. Delve into various models including synchronous I/O, KRU, and ACO Buffer, while examining their configurations and potential problems. Learn about the Zebra Copy Architecture, basic fragments, and experimental results. Investigate threaded and multiprocess synchronous I/O implementations, load message parsing, and other variations. Discover insights on the Secret Tunnel, Samba Toolkit, and CPU spike handling. Gain valuable knowledge on optimizing network server performance through this in-depth presentation by Sergei Khandrikov, complete with accompanying slides for further reference.
Syllabus
Introduction
Models
Synchronous Input Output
KRU
How it works
Configuration
ACO Buffer
Problems
Stream Buffer
ZebraCopy Architecture
Basic Fragment
Fragment
Experiment
Results
Threaded synchronous input output
Multiprocess synchronous input output
Load
Message parsing
Other variations
Secret Tunnel
Samba Toolkit
CPU Spike
Research
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube