Would it not be possible to do something like this:
if 'db' not in dir():
db = DAL(...)On Monday, August 13, 2012 6:43:34 PM UTC-7, rochacbruno wrote: > > > Thinking again... > > It could be better if "define_my_tables" run once on the very first > request and table keeps defined forever from there.... > --

