--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
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 visit https://groups.google.com/d/msg/pylons-discuss/-/BJYSFdWI-QQJ.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
--
TIB
On Oct 28, 4:18 pm, ravi teja <raviteja2...@gmail.com> 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 <tom.wil...@gmail.com> 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 pylons-...@googlegroups.com.
> > To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/pylons-discuss?hl=en.
I've used Amazon EC2+S3 for deployment of a number of applications and
eventually migrated them all to Rackspace Cloud. Rackspace's servers
seem far less over-allocated and thus seem more responsive. (This is
mostly a feeling from the differing boot times: < 5 seconds on
Rackspace, ~ 30 seconds on Amazon from kernel start to the last service
starting on virtually identical Gentoo distros.)
The API for Amazon, however, is extremely nice if you need automated scaling.
- Alice.