Lihn, Steve wrote:
> How do you use cron to do scheduling, yet "calls" Apache/mod_perl to
> do the processing?

Your cron script just uses LWP to call a module running in mod_perl.

> Consider cron does not exist in Win32, maybe an all-Apache solution
> will be simpler and more elegant!?

Cron does exist on Win32.  It's called "Scheduled Tasks".  I use it all 
the time to kick off perl scripts.

- Perrin

Reply via email to