This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
te3:pseudo_cron [2014/08/08 12:13] moderator |
te3:pseudo_cron [2014/11/26 07:00] (current) moderator [How does it work] |
||
---|---|---|---|
Line 9: | Line 9: | ||
- | TE3 ''cron.php'' module is triggered by ''in.php''. It has to be executed once per minute. Each time [[te3:incoming|incoming tracking]] script is called (each time a surfer accesses one of your pages), ''in.php'' checks if 1 minute has elapsed since "pseudo-cron" was last activated - if more then 1 minute passed, ''cron.php'' is started. | + | TE3 ''cron.php'' module is triggered by ''in.php''. It has to be executed once per minute. Each time [[te3:incoming:standard|incoming tracking]] script is called (each time a surfer accesses one of your pages), ''in.php'' checks if 1 minute has elapsed since "pseudo-cron" was last activated - if more then 1 minute passed, ''cron.php'' is started. |
"Pseudo-cron" executes all time-related tasks such as stats recalculation, toplist creation, writting log files (server log, history log, and some other processes), mailing and so on. | "Pseudo-cron" executes all time-related tasks such as stats recalculation, toplist creation, writting log files (server log, history log, and some other processes), mailing and so on. |