Re: Scheduling a recurrent task

2013-12-17 Thread James Peach
On Dec 17, 2013, at 10:06 AM, Alan D. Cabrera wrote: > > On Dec 17, 2013, at 9:38 AM, James Peach wrote: > >> On Dec 17, 2013, at 9:32 AM, Alan D. Cabrera wrote: >> >>> >>> On Dec 16, 2013, at 7:47 AM, Leif Hedstrom wrote: >>> > On Dec 16, 2013, at 8:33 AM, "Alan D. Cabrer

Re: Scheduling a recurrent task

2013-12-17 Thread Alan D. Cabrera
On Dec 17, 2013, at 9:38 AM, James Peach wrote: > On Dec 17, 2013, at 9:32 AM, Alan D. Cabrera wrote: > >> >> On Dec 16, 2013, at 7:47 AM, Leif Hedstrom wrote: >> >>> >>> On Dec 16, 2013, at 8:33 AM, "Alan D. Cabrera" wrote: I'm writing a plugin that performs a recu

Re: Scheduling a recurrent task

2013-12-17 Thread James Peach
On Dec 17, 2013, at 9:32 AM, Alan D. Cabrera wrote: > > On Dec 16, 2013, at 7:47 AM, Leif Hedstrom wrote: > >> >> >>> On Dec 16, 2013, at 8:33 AM, "Alan D. Cabrera" wrote: >>> >>> I'm writing a plugin that performs a recurrent task, i.e. watches a file >>> system for changes. What's the

Re: Scheduling a recurrent task

2013-12-17 Thread Alan D. Cabrera
On Dec 16, 2013, at 7:47 AM, Leif Hedstrom wrote: > > >> On Dec 16, 2013, at 8:33 AM, "Alan D. Cabrera" wrote: >> >> I'm writing a plugin that performs a recurrent task, i.e. watches a file >> system for changes. What's the best way to do this in a ATS plugin? > > Create a continuation an

Re: Scheduling a recurrent task

2013-12-16 Thread Leif Hedstrom
> On Dec 16, 2013, at 8:33 AM, "Alan D. Cabrera" wrote: > > I'm writing a plugin that performs a recurrent task, i.e. watches a file > system for changes. What's the best way to do this in a ATS plugin? Create a continuation and schedule it to run every so often on a TASK thread . You can a

Scheduling a recurrent task

2013-12-16 Thread Alan D. Cabrera
I'm writing a plugin that performs a recurrent task, i.e. watches a file system for changes. What's the best way to do this in a ATS plugin? Regards, Alan