in reply to CGI scripting and multiple processes

That can be done, and may be a useful approach for some things, but I'd prefer doing that in a cron job.

If you schedule based on some hit counter, you add to the server load as traffic increases. Since your task involves disk access, it could be a severe bottleneck.

After Compline,
Zaxo

  • Comment on Re: CGI scripting and multiple processes