[google-appengine] Re: Google Data API to talk to App Engine Service

2010-05-03 Thread mandar khadilk
I see. I dont have direct experience with that. Sorry, mandar On Apr 18, 4:17 pm, formtester form.manager.tes...@gmail.com wrote: Sorry, I guess I was referring to the wrong things. Instead of authentication, I actually wanted to do authorization, so that I can access the data the user have

[appengine-java] Re: gql fetch performance

2010-04-27 Thread mandar khadilk
each entity individually, for instance. On Mon, Apr 26, 2010 at 2:40 PM, mandar khadilk mkhad...@gmail.com wrote: BTW, the duration of the query fluctuates a lot. 2 sec to 15 secs. On Apr 26, 10:05 am, mandar khadilk mkhad...@gmail.com wrote: We have been testing gql based datastore

[appengine-java] gql fetch performance

2010-04-26 Thread mandar khadilk
We have been testing gql based datastore performance for a while now. I am very disappointed so for what performance we are getting from our simple un-ordered fetch/get. Here is what we are doing- 1. Make a kind based query with no filter and ordering. We fetch all the entity (not just keys) as

[appengine-java] Re: gql fetch performance

2010-04-26 Thread mandar khadilk
BTW, the duration of the query fluctuates a lot. 2 sec to 15 secs. On Apr 26, 10:05 am, mandar khadilk mkhad...@gmail.com wrote: We have been testing gql based datastore performance for a while now. I am very disappointed so for what performance we are getting from our simple un-ordered fetch

[google-appengine] Re: Google Data API to talk to App Engine Service

2010-04-18 Thread mandar khadilk
Two diff ways can be used. 1. Google Account auth. There is a simple example somewhere on the tutorial on this. Should be easy. 2. Another way (which I am using as not all my users have google account), is to create local User account and hash of a password. Only client knows the password. Then

[google-appengine] Re: Random, but persistant error

2010-04-17 Thread mandar khadilk
I get the same error many times on my local dev instance. I restart the App and then it goes away. This error needs to be debugged more. On Apr 13, 1:23 pm, Juan González o...@opsiland.info wrote: Hi all,    I have a random issue when testing my application locally. From time to time, when I

[google-appengine] Re: unable to delete versions of App

2010-04-07 Thread mandar khadilk
, 2010 at 8:04 AM, mandar khadilk mkhad...@gmail.com wrote: apptadd On Mar 31, 10:52 am, Ikai L (Google) ika...@google.com wrote: What's your application ID? On Tue, Mar 30, 2010 at 10:28 PM, mandar khadilk mkhad...@gmail.com wrote: http://11.latest.apptadd.appspot.com http://18

[google-appengine] Re: unable to delete versions of App

2010-04-01 Thread mandar khadilk
apptadd On Mar 31, 10:52 am, Ikai L (Google) ika...@google.com wrote: What's your application ID? On Tue, Mar 30, 2010 at 10:28 PM, mandar khadilk mkhad...@gmail.com wrote: http://11.latest.apptadd.appspot.com http://18.latest.apptadd.appspot.com I am not able to delete these versions

[google-appengine] unable to delete versions of App

2010-03-31 Thread mandar khadilk
http://11.latest.apptadd.appspot.com http://18.latest.apptadd.appspot.com I am not able to delete these versions of my Apps. Any idea how to fix it? Thanks mandar -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Very high latency in some cases to receive the HTTP method calls

2010-03-31 Thread mandar khadilk
Hi, I am using Java GAE implementation. I have been experiencing very high latency times in some cases before an HTTP method gets called in my Servlet. I understand that it may be the time it takes to make the server context up from a cold state for my apps. But 5-8 second is very high time. Any