On Thu, Jul 11, 2013 at 06:54:38AM -0300, Robson Roberto Souza Peixoto wrote: > Do, can I disable for some requests?
I think as the db session is initiated using the manager, disabling it for single request will not work. But I am not sure. But maybe you can create another unmanged db session and use this one for the other requests? But I am not sure. Torsten > Thanks > > > On Thu, Jul 11, 2013 at 12:10 AM, Michael Merickel <[email protected]>wrote: > > > The main thing is that it shouldn't be used with long running requests as > > it's holding on to a database connection. > > On Jul 10, 2013 8:06 PM, "Robson Roberto Souza Peixoto" < > > [email protected]> wrote: > > > >> Hi guys, > >> > >> Are there any performance impact of use the pyramid_tm? > >> > >> Thanks. > >> > >> -- > >> Robson Roberto Souza Peixoto > >> Robinho http://robsonpeixoto.com/ > >> Master in Computer Science, University of Campinas > >> Linux Counter #395633 > >> IRC: robsonpeixoto > >> Twitter: http://twitter.com/rrspba > >> github: https://github.com/robsonpeixoto > >> > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "pylons-discuss" group. > >> To unsubscribe from this group and stop receiving emails from it, send an > >> email to [email protected]. > >> To post to this group, send email to [email protected]. > >> Visit this group at http://groups.google.com/group/pylons-discuss. > >> For more options, visit https://groups.google.com/groups/opt_out. > >> > >> > >> > > -- > > You received this message because you are subscribed to the Google Groups > > "pylons-discuss" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/pylons-discuss. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > > > -- > Robson Roberto Souza Peixoto > Robinho http://robsonpeixoto.com/ > Master in Computer Science, University of Campinas > Linux Counter #395633 > IRC: robsonpeixoto > Twitter: http://twitter.com/rrspba > github: https://github.com/robsonpeixoto > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Torsten Irländer | ++49-541-335 08 30 | http://www.intevation.de/ Intevation GmbH, 49074 Osnabrück, DE | AG Osnabrück, HR B 18998 Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
