Re: [web2py] Re: Persistent variables in web2py

2011-10-30 Thread Michele Comitini
If you need distributed caching look at http://memcached.org/. mic Il giorno 30/ott/2011 16:30, "Anthony" ha scritto: > On Sunday, October 30, 2011 11:21:56 AM UTC-4, Ray (a.k.a. Iceberg) wrote: >> >> I guess what he concerns is performance. In other word, "web2py re- >> instantiate all class, v

Re: [web2py] Re: Persistent variables in web2py

2011-10-30 Thread Michele Comitini
You have persistent connections: just use the pool: it is documented in the book. If you find problems with speed use the profiler that comes with web2py and post here or open a ticket with the results and a model to reproduce those problems, they will be fixed. mic Il giorno 30/ott/2011 15:06, "e