• Scheduling updates as often as every minute

    By Peter Narlund 2 decades ago

    There is a need for updates as often as every minute.



    This can not be handled by the DominoServer agent manager as it only allowes schedules as often as every five minutes.



    Create a scheduler so that the feeds can be updated as often as every minute.



    Peter Närlund

    http://dominopatrol.net

    • This has been solved by implementing the DominoRSS servlet.

      By Peter Närlund 2 decades ago

      I got rid of the problem of scheduling more than every 5 minutes by implementing the servlet.

      This means that there will be no standalone application or server addin task.



      In the upcoming release I will include a cache in the servlet:


      • Add cache to servlet implementation with timeout values from 0 - 300 seconds (5 minutes)

        Then there will be four update implementations that covers every case from realtime to scheduling every month, and manual updates
      • The servlet engine with cache timeout = 0 seconds (realtime)

        2 .The servlet engine with cache timeout = 1 - 300 seconds (cached up to 5 minutes)
      • The agent manager from every 5 minutes and beyond. (cached up to 1 month)
      • Manual update of feeds from the RSS Producer database.



        Peter Närlund

        http://dominopatrol.net