On Tuesday, June 27, 2017 at 5:47:57 AM UTC-4, Ron Chatterjee wrote:
>
> What is web2py-optimized?


Controller code is in a module and called directly from a model file (so 
there is no controller file executed), and although the DAL is used for 
making database connections, queries are done via raw SQL (i.e., no DAL 
models defined).

Both the standard web2py app and the web2py-optimized app have sessions 
disabled (as they are not needed for any of the tests) and have the apps 
compiled.

Anthony 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to