When you look at the quotas there is no mention of ram/memory which leads me
to believe (very possibly eroneously :) that memcached is transparently
baked in to handle memory calls. That could be how app scope is working...
The quota for memcache shows 10/gb per day transfer, but there is no mention
of maximum total usage, like for example if you copied 10gb per day for 100
days in a row - having 1000gb stored in memcached. I wonder why that is? In
any case, with 10gb most apps could load their entire datastore to memory
and never interact with it again. Pretty awesome. Actually come to think of
it, querying on a property is probably faster using the datastore so you
would still want to use it.

What kind of cool ideas are you thinkning?

Baz


On Sun, May 31, 2009 at 6:21 PM, <[email protected]> wrote:

>
> That's a good question about the application scope--the GAE
> documentation doesn't address it anywhere that I can find. I'll post a
> question about that now to the GAE discussion group.
>
> Yes, you can use sessions with OpenBD on GAE. Be sure to:
>
>  1) set <sessions-enabled>true</sessions-enabled> within your
> appengine-web.xml file; see:
>
>
> http://code.google.com/appengine/docs/java/config/appconfig.html#Enabling_Sessions
>
>  2) set <j2eesession>true</j2eesession> within your bluedragon.xml
> file (I believe the default is currently false; we'll probably want to
> change that).
>
> It's funny that you should mention memcached--I was just looking at
> the GAE API about that today, and thinking of all the interesting ways
> we can take advantage of it in OpenBD...
>
> On May 31, 3:29 pm, Baz <[email protected]> wrote:
> >
> > I got my test app launched at http://gae.thinkloop.com with no problems
> or
> > difficulties! Whats interesting is that it uses the application scope,
> which
> > I thought wasn't possible in a load-balanced environment. I read that GAE
> > has cool session handling using memcached, I am going to try it out. Does
> > OpenBD integrate with it? Are sessions possible at the moment?
> >
> > Cheers,
> > Baz
> >
> >
>

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to