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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.