PCD – Process Control Daemon is a light-weight system level process manager, designed for Embedded Linux based products. The PCD is used for starting the system in a synchronized manner, control and monitor processes and recover from crashes.
Features
- Boot the system in a synchronized and deterministic manner using a textual script
- Start, stop, control, synchronize and monitor user space applications
- Recover the system from crashes
- Provide useful debug information
- Generate system startup and dependency graph for complex systems
Categories
Embedded SystemsLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Process Control Daemon (PCD)
Other Useful Business Software
Build Securely on Azure with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
-
After incorporating PCD, the booting time of our system had reduced a great deal. Also, when the system seg-faults, I no longer struggle as much as there is a message about what process has crashed at the end of the segmentation fault that linux throws. This saves loads of debugging time.