Re: [DOC-WEB] cvs: docweb /cron/weekly checkent /include lib_url_entities.inc.php/scripts checkent.php
[email protected] ("Nuno Lopes")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <000901c50168$4dc37990$0100a8c0@pc07653> |
> Otherwise, what do you (and Nuno) think of how I've re-organized/added > forking? I realize that the job runs weekly, so the performance increase > isn't all that useful on production, but it's much better for testing -- > unless you're on Win32. > (also, I've been reading George's book, which reminded me of forks, and I > wanted to play with them (-: ) Yep, it isn't that important, but you wanted to play with fork, so its ok ;) For testing is great! BTW, your last commit, to always redirect the output of cron jobs to junk, probably has broken the orphan notes script, because it is outputing the html, instead of writing it to the file. Nuno