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
Design and Implementation of DBMS Asynchronous Client LibraryCppNow via YouTube Generalized Full Duplex Messaging
CppNow via YouTube Networking TS Workshop - Part 1 of 2
CppNow via YouTube An Asio Based Flash XML Server
CppNow via YouTube Techniques in Flexible Header-Only C++ Network Library Implementations
CppNow via YouTube