Re: [DOC-WEB] cvs: docweb /cron/weekly checkent /include lib_url_entities.inc.php /scripts checkent.php
[email protected] (Sean Coates)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Vincent Gevers wrote: > this method doesn't seem to work for my bash or sh > > when I add a "export NUMFORKS" forking works fine. ... You're right. It was a scoping issue, and in my testing, I had already exported a NUMFORKS, so I didn't catch this. Committed w/export, 2 mins ago. 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 (-: ) S