I'm developing on windows, and I need
to do task scheduling.
BackgrounDRB seems to be the right solution,
but it doesn't work for windows...
The new version doesn't work for Windows, but the original version does. It
may suit your needs. OTOH, 'task scheduling' makes me think of cron first,
not BackgrounDRb. BackgrounDRb is typically used for offloading long
running tasks.
I'm developing on windows, and I need
to do task scheduling.
BackgrounDRB seems to be the right solution,
but it doesn't work for windows...
The new version doesn't work for Windows, but the original version does.
It
may suit your needs. OTOH, 'task scheduling' makes me think of cron
first,
not BackgrounDRb. BackgrounDRb is typically used for offloading long
running tasks.
HTH,
Bill
Many thanks Bill,
I'll investigate both CRON (hopefully it work for windows) and the
original version of BackgrounDRb as you suggest.