Sunday 15 April 2007 5:16:19 am
@Heath: I'm really convinced that answers to at least some of my questions aren't covered in the docs (or maybe I just don't see them yet - I keep reading the entire documentation every few weeks to discover new useful facts, that I hadn't been able to understand or attach before :))) Thanks anyway!
@Felix:
<i>>> b) Is there a way/a reason to execute cronjobs for all siteaccesses at once or should I execute them separately? >A way to execute a cronjob for all siteaccess could be, write a new shell or php script which execute all runcronjobs.php -s siteaccess .</i> I was rather thinking of a build-in capability, but of course a group of executions should do it as well.
<i>>> c) Do I need to run cronjobs for the admin interface? Why or why not?
>Yes i think so, if you use workflows / notifications / link checking ...</i>
<i>>> d) If I run cronjobs for all the siteaccesses, wouldn't at least some of the actions be redundant? >Why redundant? If you only process cronjobs you are needed, then you have no redundance.</i> So how do I know which cronjobs to choose for particular siteaccess? I just ran default cronjobs on a default installation for both admin and user sites. I read a message that in both cases all of the links were checked. Conclusion: I probably only need to check the links for admin interface, two would be redundant. Is that correct? Things get more complicated when it comes to content, for example. Let's take indexcontent.php script, which, according to the manual, performs delayed search indexing of newly added content objects. Let's say we have two user sites: user1 (English) and user2 (German), same structure, but different languages (using content translations). At some point we create new nodes with some content that should be indexed, and that includes translations. What happens if we only run content indexing for user1, but not user2? How would the situation be affected by default object availability option? Would the situation be the same or different if we had two separate structures for both sites? It's possible that I shouldn't worry about those things, but then would I be able to tell which cronjob scripts are required for which siteaccess? :) <i>> Only run needed cronjobs! Otherwise the server have to work to much ;-)</i> This is one of the reasons why I need to have good control over cronjobs - my hosting solution has a number of 'mean' limitations, while most of my eZ publish installations are multi-site.
--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu
|