Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just some observation:</p> <p>a. AppScale is a thin wrapper around other technologies (<a href="http://appscale.cs.ucsb.edu/infrastructure.html" rel="nofollow">runtimes</a>, <a href="http://appscale.cs.ucsb.edu/datastores.html" rel="nofollow">datastores</a>), so in general it's as reliable as those underlying parts are. For a small non-mission-critical website is IMO reliable enough. Btw, the memcache 1MB limit is per-object, not per-memcache. So I suppose you could break it up into multiple smaller objects.</p> <p>b. I don't have experience with CloudFoundry, but they do say they are "beta" and they do not have SLA: <a href="http://support.cloudfoundry.com/entries/20971351-cloud-foundry-sla" rel="nofollow">http://support.cloudfoundry.com/entries/20971351-cloud-foundry-sla</a>\</p> <p>c. I'd guess a few hours a week. ESB is a disk-based service so you should not be loosing data with it. But you can still do incremental backups of ECB to S3. There are many solutions that do it automatically, for example: <a href="http://www.stardothosting.com/blog/2012/05/automated-amazon-ebs-snapshot-backup-script-with-7-day-retention/" rel="nofollow">http://www.stardothosting.com/blog/2012/05/automated-amazon-ebs-snapshot-backup-script-with-7-day-retention/</a></p> <p>d. IMO EC2 is the most mature with the most tools available. Note that AppScale is just a wrapper - you can deploy it to EC2. Dev environment (Eclipse+Windows) has nothing to do with deployment environment (Usually Linux, can also be Windows on EC2).</p> <p>e. Personally I'd recommend staying with GAE (= option 1). IMHO anything else would be less reliable and more costly (due to setup/support costs, not even comparing base service costs).</p> <p>Btw, if you are getting OutOfMemoryErrors you should really review your code. Where do you keep massive amounts of data in memory?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload