[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 screen. It show that calls
> made to Datastore and Memcache, but I'm pretty sure that MY
> application doesn't use these services :-)
>
> Can someone explains please why these calls are made and in which use
> cases?
>
> Thanks!
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[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 calls
> made to Datastore and Memcache, but I'm pretty sure that MY
> application doesn't use these services :-)
>
> Can someone explains please why these calls are made and in which use
> cases?
>
> Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[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 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 screen. It show that calls
> > made to Datastore and Memcache, but I'm pretty sure that MY
> > application doesn't use these services :-)
>
> > Can someone explains please why these calls are made and in which use
> > cases?
>
> > Thanks!- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[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 documented somewhere?
>
>
> On Sep 1, 5:02 pm, Don Schwarz  wrote:
> > 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 screen. It show that calls
> > > made to Datastore and Memcache, but I'm pretty sure that MY
> > > application doesn't use these services :-)
> >
> > > Can someone explains please why these calls are made and in which use
> > > cases?
> >
> > > Thanks!- Hide quoted text -
> >
> > - Show quoted text -
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---