comp.lang.ada
 help / color / mirror / Atom feed
From: Maciej Sobczak <see.my.homepage@gmail.com>
Subject: Re: Annoucing memcache-ada 0.1
Date: Sun, 16 Jan 2011 14:09:32 -0800 (PST)
Date: 2011-01-16T14:09:32-08:00	[thread overview]
Message-ID: <2b5cd851-c148-41f4-95e7-14f235846e6a@q18g2000vbk.googlegroups.com> (raw)
In-Reply-To: 4d335a76$0$43992$742ec2ed@news.sonic.net

On Jan 16, 9:52 pm, "R. Tyler Croy" <ty...@linux.com> wrote:

> I hope somebody finds it useful, can't wait to see some examples of caching
> 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



  reply	other threads:[~2011-01-16 22:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-16 20:52 Annoucing memcache-ada 0.1 R. Tyler Croy
2011-01-16 22:09 ` Maciej Sobczak [this message]
2011-01-16 22:41   ` Yannick Duchêne (Hibou57)
2011-01-16 22:44     ` Yannick Duchêne (Hibou57)
2011-01-17 10:40     ` Simon Wright
2011-01-17 11:07       ` Yannick Duchêne (Hibou57)
2011-01-17 19:57         ` Simon Wright
2011-01-17 12:13       ` Georg Bauhaus
2011-01-17 19:59         ` Simon Wright
2011-01-17 10:50     ` pascal.obry
2011-01-17 10:57       ` Yannick Duchêne (Hibou57)
2011-01-17 11:02         ` pascal.obry
2011-01-17 11:14           ` Yannick Duchêne (Hibou57)
2011-01-17 12:49             ` pascal.obry
2011-01-16 23:09   ` R. Tyler Croy
2011-01-16 23:47   ` Georg Bauhaus
replies disabled

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