4 Replies Latest reply on Sep 5, 2006 11:43 AM by adamw

    New properties for shotoku.properties

    adamw

      Hello,
      please add the following propeties to your shotoku.properties files:

      # Tags configuration
      # Content manager and base directory with which synchronization of Shotoku tags
      # will be done
      shotoku.internal.tags.synchronization = 1
      shotoku.internal.tags.cmid = default
      shotoku.internal.tags.cmdir = /
      shotoku.internal.tags.service.interval = 10000
      


      --
      Cheers,
      Adam

        • 1. Re: New properties for shotoku.properties
          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

            Hello,

            new property to add:

            shotoku.updatethread.count = 10
            


            --
            Adam

            • 3. Re: New properties for shotoku.properties



              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

                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