From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c70dc869310ffb51 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!q18g2000vbk.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: Annoucing memcache-ada 0.1 Date: Sun, 16 Jan 2011 14:09:32 -0800 (PST) Organization: http://groups.google.com Message-ID: <2b5cd851-c148-41f4-95e7-14f235846e6a@q18g2000vbk.googlegroups.com> References: <4d335a76$0$43992$742ec2ed@news.sonic.net> NNTP-Posting-Host: 85.1.89.121 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1295215773 31331 127.0.0.1 (16 Jan 2011 22:09:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 16 Jan 2011 22:09:33 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q18g2000vbk.googlegroups.com; posting-host=85.1.89.121; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:16465 Date: 2011-01-16T14:09:32-08:00 List-Id: On Jan 16, 9:52=A0pm, "R. Tyler Croy" wrote: > I hope somebody finds it useful, can't wait to see some examples of cachi= ng > with AWS! :D The biggest advantage of AWS, when compared to "traditional" web- server hosting stateless scripts, is that AWS is stateful and being an in-process part of the complete application makes out-of-process caching useless. In other words, with AWS there is no need to cache anything in a separate process, because data can be stored for future use as a regular object in the program. This is not just faster, but also safer. I have to admit, however, that web technologies are not my strongest point and I might miss some interesting use cases. -- Maciej Sobczak * http://www.inspirel.com