[appengine-java] Re: Quota Details show calls made to Memcahe and Datastore, even though I'm not using that

2009-09-01 Thread Don Schwarz
http://code.google.com/appengine/docs/java/config/appconfig.html#Enabling_Sessions On Tue, Sep 1, 2009 at 9:19 AM, barak wrote: > > 10x for that! :-) Indeed after removed the annotations I could still > see the calls; after disabling the session use - the calls > disappear :-) > > Is this docume

[appengine-java] Re: Quota Details show calls made to Memcahe and Datastore, even though I'm not using that

2009-09-01 Thread barak
10x for that! :-) Indeed after removed the annotations I could still see the calls; after disabling the session use - the calls disappear :-) Is this documented somewhere? On Sep 1, 5:02 pm, Don Schwarz wrote: > Do you have HTTP sessions enabled?  HTTP Sessions are stored in the > datastore be

[appengine-java] Re: Quota Details show calls made to Memcahe and Datastore, even though I'm not using that

2009-09-01 Thread barak
Ok, its my bad - I've forgotten some jdo annototaions in some old beans I'm not using anymore... Will be removed. On Sep 1, 4:12 pm, barak wrote: > Hello, > > I've deployed an application into GAE (that uses compass). After few > invocations, I've checked the Quota Details screen. It show that c

[appengine-java] Re: Quota Details show calls made to Memcahe and Datastore, even though I'm not using that

2009-09-01 Thread Don Schwarz
Do you have HTTP sessions enabled? HTTP Sessions are stored in the datastore behind the scenes, and cached in memcache. On Tue, Sep 1, 2009 at 8:12 AM, barak wrote: > > Hello, > > I've deployed an application into GAE (that uses compass). After few > invocations, I've checked the Quota Details