On Mon, Nov 22, 2010 at 4:12 PM, cd34 <[email protected]> wrote: > remember that the docs were wrong in a few places and Mike Bayer/Ben > Bangert/Mike Orr(?) fixed the docs/examples/templates a while back.
I don't remember exactly what that was. You do need pool_recycle but I've never used the other options. If you call MySQL in only one function during the request or can pass the session object between the functions that do use it, you can try making a fresh session from sessionmaker() each time, and not using Session. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
