This content has been marked as final.
Show 4 replies
-
1. Re: New properties for shotoku.properties
adamw Jul 18, 2006 2:08 PM (in response to adamw)Hello,
another new property - this time for the SVN content manager:shotoku.default.externals = false
If it is set to true, all externals will be checked out from the repository. So far we don't have any, but probably will in the future (for example for podcasts and downloads). In a dev environment, is it best to leave it as false.
--
Cheers,
Adam -
2. Re: New properties for shotoku.properties
adamw Sep 5, 2006 5:30 AM (in response to adamw)Hello,
new property to add:shotoku.updatethread.count = 10
--
Adam -
3. Re: New properties for shotoku.properties
dsicore Sep 5, 2006 9:42 AM (in response to adamw)
What happens when a thread doesn't terminate for a specific resource? Will another thread be used for that same resource the next time around? In other words, will we eventually lose all threads to updating a resource that hangs forever? -
4. Re: New properties for shotoku.properties
adamw Sep 5, 2006 11:43 AM (in response to adamw)Next update of an item will start only if the previous one ended. So it is possible to lose all threads if number of resources that hang is greater or equal to the number of threads. However, we shouldn't write sache items which hang :).
--
Adam