Hi all. Is it possible to disable the pyramid_tm machinery in only one view, keeping the rest using the transaction machinery. I need in a view (at least), to manage the transactions in my own way, because the view makes http requests to other services, and can be very slow, creating locking problems with other calls to the same view.
What's the best way to do this?
Other option, is disable pyramid_tm and create my own decorators to enable in every view I need standard transaction system.

Any help is appreciated.
Thanks.

--
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.

Reply via email to