Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul Kaplan 86 posts 139 karma points
    Jan 27, 2012 @ 17:29
    Paul Kaplan
    0

    Cache update frequency

    Can you change the frequency, or period of time between xml cache updates?  If so, how?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 27, 2012 @ 23:21
    Jan Skovgaard
    0

    Hi Paul

    Not sure I completely understand your question - is the xml cache you're reffering to the umbraco.config? Or is it when you use the GetXmlDocumentByUrl() extension in XSLT for instance? Or is it something completely different?

    /Jan

  • Paul Kaplan 86 posts 139 karma points
    Jan 28, 2012 @ 01:18
    Paul Kaplan
    0

    Hi Jan,

    I believe the content cache is in the file umbraco.config, but I'm not sure.  The way I understand Umbraco to work is that it loads published content nodes into umbraco.config, and then loads it into memory.  I'm not sure at which point it saves the content to the database, maybe at the same time, or maybe as a background thread?  I might have this all wrong.

    The problem we're trying to solve is this...  If we have Umbraco instances on several load balanced web servers, sharing a single Umbraco database, we'd like to
    know how long we can depend on Umbraco being able to serve content from the cache if the database goes down or the web servers lose connectivity to the database.  Yes, we'd like to have a highly available database but not sure how much budget we have for a database machine.  It doesn't have to be super available because the content editors will be changing content relatively infrequently, but the content availability for browsing must be very high.

    As an experiment, I tried deliberately shutting down the MySql service, and Umbraco continued to serve content for some period time (I believe it was around 30 minutes).
    After that, it started getting errors and I had to restart the MySql service.

    What I'd like to know is:
    1) Assuming no content was changed by a person, and the database goes down, is there a certain period of time that Umbraco will continue to reliably serve content while the database is down.
    2) If the above is true, is there a way to change that value, e.g. through a config file?

    Regards -- Paul

  • Paul Kaplan 86 posts 139 karma points
    Jan 29, 2012 @ 21:32
    Paul Kaplan
    0

    So, no one knows the answer?  It seems kind of central to the operation of Umbraco.

  • Rodion Novoselov 694 posts 859 karma points
    Jan 30, 2012 @ 02:22
    Rodion Novoselov
    0

    I'm not sure completely, but I suppose that actually the umbraco.config is refreshed from the database only when some publishing happens. But there still could be some operations that nevertheless depend on database availability since not everything is cached in the umbraco.config (e.g. requesting media or members or validating authentication will require access to the database anyway). I think if the availability is really critical to your site you'd better rely on things like a sql server failover cluster or like that. 

  • Paul Kaplan 86 posts 139 karma points
    Jan 30, 2012 @ 22:01
    Paul Kaplan
    0

    Hi Rodion,

    I think you're right, it would be best to have a highly available database.  It is very tempting, because I'm sure this model would work:  basically Umbraco would go into a semi-static mode, where it would always serve cached pages to the anonymous user, regardless of the state of the database.  In fact, that would be an interesting modification to Umbraco.

    I'll see if we can get some hardware for the database.

    --Paul

Please Sign in or register to post replies

Write your reply to:

Draft