GithubHelp home page GithubHelp logo

Comments (3)

niphlod avatar niphlod commented on July 24, 2024

From [email protected] on June 10, 2012 21:28:46

routes.py is not a module that gets imported -- it is a file that is read and executed -- so track changes should not have any effect on it.

Reloading routes while web2py is running is supported. The only potential problem is with existing pages open in browsers at the time a change is made -- links, Ajax requests, and static file requests from those pages may not work as expected because of the change in the rewrite logic. However, this problem would not be resolved by stopping the webserver before reloading routes, and I don't think it's specific to the web2py rewrite system. It's also not easy to resolve because you can't know for how long existing web pages will be kept open and therefore might continue to make Ajax requests or generate link clicks.

from web2py.

niphlod avatar niphlod commented on July 24, 2024

From [email protected] on June 10, 2012 21:34:13

Ok, where in The Book do I find that info that routes is not imported, but read and executed? I don't recall coming across that, so, while it is true, it would not be a safe conclusion to the reader unless it is called out somewhere.

As to the issue of even stopping the server not making it safe to change routes... Hmmm, then I wonder what it means for changing them to be safe. Maybe something about routes could be hashed into a cookie or session so that when the server comes back up, any open pages still generating traffic could be detected?

from web2py.

niphlod avatar niphlod commented on July 24, 2024

From [email protected] on August 07, 2012 20:07:02

Labels: -Type-Defect Type-Enhancement

from web2py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.