Forum OpenACS Q&A: acs scheduled proc

Collapse
Posted by Amol Takate on
Hello,

  I am new to acs/tcl.
  I have following query:

Suppose I have scheduled "procA" at time 01 00  (1 am).
Also I scheduled another proc "procB" at time 01 03 (1:03 am).
Now if "procA" takes more than 3 mins then
is it the case that "procB" will not be executed at all ?

or "procB" will be executed after "procA" finishes.

Thanking in advance

Amol

Collapse
2: Re: acs scheduled proc (response to 1)
Posted by Don Baccus on
If you give it the right switch (-thread, I think?) the scheduled procs will be given their own threads and will run in parallel.