How to stop an c++ application if another c++ application is stopped?

This page summarizes the projects mentioned and recommended in the original post on /r/Cplusplus

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • areg-sdk

    AREG is an asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread.

  • Have a look AREG SDK. There are multiple examples, applications communicate via TCP/IP. When one application ends, it may end another. The crash is not considered, because it expects new start, but can easily modify, because there is a notification when a components disconnect. The applications may run on different target machines.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts