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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.