We use AWS for facebook.com/socialreader. The app server and many of its back-end services run in pyramid/mod_wsgi/apache/amzn-linux, we're very happy with it. If you follow cloud best practices (architect for boxes and services to fail, distribute geographically/multi-AZ) you can run a solid, highly scalable (tens of thousands of concurrent users) app.
TIB On Oct 28, 4:18 pm, ravi teja <[email protected]> wrote: > 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 onhttp://www.heroku.com/? > > > On Wed, Oct 26, 2011 at 7:49 AM, Thomas G. Willis <[email protected]> > > wrote: > > appengine.google.com is not a bad way to go once python 2.7 support is > > made official, but you have to write your app for it, and that of course > > has it's own benefits and drawbacks. > > > -- > > You received this message because you are subscribed to the Google Groups > > "pylons-discuss" group. > > To view this discussion on the web > > visithttps://groups.google.com/d/msg/pylons-discuss/-/BJYSFdWI-QQJ. > > > 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 > > athttp://groups.google.com/group/pylons-discuss?hl=en. > > > -- > > -- > > Regards, > > Bruce Wade > >http://ca.linkedin.com/in/brucelwade > >http://www.wadecybertech.com > >http://www.warplydesigned.com > >http://www.fitnessfriendsfinder.com > > > -- > > 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 > > athttp://groups.google.com/group/pylons-discuss?hl=en. -- 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.
