ruby on rails - Using expire_page on Heroku Cedar? -


Has anyone managed to use expire_page with Serial Stack? I have backed up with support which is unproductive. By my trial, it works with a single witch, but when you have multiple dyons, only one page will end. Therefore, this will sometimes serve the old page. I know the varnish was an option in the previous stack but what is the HTTP cache solution for fir? Right now I'm just using expir_action with memcached, but it is not as good as it still kills the railroad stock.

Thanks in advance.

rack :: is the answer to the cache. Using the header, you can use last modified to end pages. I will probably use this except for expire_action. Here is the tutorial on this:

This is not correct because I think the request will still be queued but it is better than nothing

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -