Will this help is eliminating zombie processes or defunct processes?
I use a perl script that retrieves several webpages and it is called every minute as a cron job. Occasional zombie processes result causing the cron job to skip a minute as the process hasn't been removed.
1. would this help in controlling the number of zombie processes?
2. Could this script be modified for use by another script?
Jim