Re: lifecycle exceptions
Alan Pevec <[email protected]>
| Newsgroups | gmane.linux.redhat.ccm.general |
|---|---|
| Organization | Red Hat, Inc. |
| Message-ID | <[email protected]> |
Thomas, Mary wrote: >Hi Alan, >I modified the schedularTask.java >to the following.. > >... > > >I noticed that a new thread keeps generating on every minute. >Is this expected...?? > > It is one thread, controlled by java.util.Timer created in Scheduler.startTimer(). Frequency of its TimerTask is set by the "frequency" init parameter in enterprise.init, com.arsdigita.cms.lifecycle.Initializer section. By default its value is 60 (seconds), so behavior you are observing is expected. Alan -- Alan Pevec Red Hat, Inc. -- Redhat-ccm-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/redhat-ccm-list Archives: https://www.redhat.com/pipermail/redhat-ccm-list/