> > I think as you say the problem is with table definition code, which I am > trying to sort out. If you have any other suggestions regarding the same > (speeding up and concurrency) please let me know. I am really thankful to > all of you for helping me out :) >
See third bullet here: http://web2py.com/books/default/chapter/29/13/deployment-recipes#Efficiency-tricks Also, see http://web2py.com/books/default/chapter/29/04/the-core#Workflow for details on conditional models as well as http://web2py.com/books/default/chapter/29/04/the-core#markmin_response_models_to_run for more fine-grained control over which models get run. And of course, there is the DAL(..., lazy_tables=True) option. 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

