Not sure, and I have a similar need. Have you considered offloading the 3rd Party HTTP requests into a celery task though? Your pyramid view would just queue a task, celery could handle all the transaction stuff, and then you can use a refresh or ajax call for the next view -- polling celery for the result.
-- 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.
