Boost.Process - Process Management in C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore the development and evolution of Boost.Process, a C++ library for managing system processes, in this comprehensive CppNow conference talk. Delve into the challenges faced during the library's five-year journey, examining rejected ideas and lessons learned. Gain insights into cross-platform support, version history, and key concepts such as child processes, redirecting, and Windows startup infrastructure. Learn about the library's capabilities for running shell commands, creating child processes, setting up environment variables and standard streams, and communicating with child processes both synchronously and asynchronously. Discover the current state of Boost.Process and discuss new ideas for its future development.
Syllabus
Introduction
Whats the problem
Crossplatform library
Crossplatform support
Version history
What we tried
The idea
Context
Library
Child process
Redirecting
Windows Startup Infrastructure
CreateChild
WaitChild
Recap
Background
Windows
Initializers
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera