El 11/12/13 19:14, Jonathan Vanasco escribió:
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.
I'm using celery for some tasks already, the problem here is the paypal
connector, and I need to do all this steps in the same view, to check
the payment and register in my database...
--
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.