Thanks for the comments guys. Will definitely try that out Branko. One thing that is weird is that it kinda works now but the GETS for progress have crazy high ping when using servers instead of a global variable. Does it do a database lookup on each variable access? Or does it just load at the begininng of the request?
On Feb 8, 9:58 pm, Branko Vukelić <[email protected]> wrote: > Also, try disabling debug if you haven't already. > > web.config.debug = False # if I remember correctly > > On Tue, Feb 8, 2011 at 8:50 PM, Oetzi <[email protected]> wrote: > > I am now but it still doesn't seem to be working. Should I call > > _save() on the session when I increment to keep everything sycned? > > -- > Branko Vukelic > > [email protected]http://www.brankovukelic.com/ -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
