comp.lang.ada
 help / color / mirror / Atom feed
From: Maciej Sobczak <see.my.homepage@gmail.com>
Subject: Re: anyone running is aws and postgresql website?
Date: Wed, 19 Jun 2013 00:59:54 -0700 (PDT)
Date: 2013-06-19T00:59:54-07:00	[thread overview]
Message-ID: <ad35e8d3-bb55-47f4-b3e9-a1a37b259a8a@googlegroups.com> (raw)
In-Reply-To: <1db593b9-0128-4e96-bc8e-050799e84d82@googlegroups.com>

W dniu wtorek, 18 czerwca 2013 19:05:26 UTC+2 użytkownik johannes falcone napisał:

> Curious how well ada handles maintenance and evolution?

Very well.

> Also, do you have memcached active to help with caching database results?

Why? One of the biggest advantages of AWS is that subsequent requests are handled within the same process, which allows to retain arbitrary information between requests without any additional complications. Moreover, all such program-level caching is type-safe and properly structured.
The only reason to use memcached with AWS could be to use it as a shared resource for several AWS instances, but depending on particular scenario other solutions might be more appropriate. In general, memcached was invented as a solution to problems that don't exist with AWS.

> Performance I assume is awesome.

Certainly better than commonly accepted alternatives.

> Are the any other factors to recomend such a combination over say rails or other run of mill popular frameworks?

The major other factor to use AWS is that the whole webservice can be deployed as a single executable, which allows to benefit from the capability of the compiler and linker to verify consistency of the whole program. I believe that this single feature alone allows to get rid of most of the deployment failures that usually happen with script-oriented techniques. This is actually my major motivation for using AWS, with performance being much further on the list.

-- 
Maciej Sobczak * http://www.msobczak.com * http://www.inspirel.com

  reply	other threads:[~2013-06-19  7:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-18 17:05 anyone running is aws and postgresql website? johannes falcone
2013-06-19  7:59 ` Maciej Sobczak [this message]
2013-06-19 11:43 ` Thomas Løcke
2013-06-19 14:32   ` Maciej Sobczak
2013-06-19 14:40     ` Thomas Løcke
2013-06-19 14:40 ` Graham Stark
2013-06-19 15:05 ` Pascal Obry
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox