Re: Pyramid on cloud

2011-10-28 Thread ravi teja
I like AWS, both in terms of flexibility and the broad cloud stack they provide. I would like to know other's thoughts on AWS. On 29-Oct-2011, at 2:28 AM, Bruce Wade wrote: > What are thoughts on http://www.heroku.com/? > > On Wed, Oct 26, 2011 at 7:49 AM, Thomas G. Willis > wrote: > appengin

Recommended way to do background processing once the response is sent

2011-10-16 Thread ravi teja
Hi, I would like to do some background processing (like downloading the image, caching the data etc.) after I send the response for the request. Which is the recommended way to do it? Does response callback work for this? Should I use a messaging queue to provide the handling to another servic

Regarding communication with tornado

2011-08-11 Thread ravi teja
Hi, I don't know whether this mailing list is correct for this use-case. If any one can provide me an insight, that will be of help. I have a pyramid app running, along with a non-blocking server like tornado separately in different ports. I am using tornado to serve the real-time feed for my