On 16 October 2011 21:14, ravi teja <[email protected]> wrote:
> Does response callback work for this? Should I use a messaging queue to 
> provide the handling to another service?

You *can* use the transaction manager for this – it's possible to
attach a handler that's called after the response has been sent back.

As other people have noted, it's probably not what you want, but it's
an option. It will take up that thread until the task is done, so it
also depends on how many threads you're able to keep running.

\malthe

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

Reply via email to