[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-09 Thread Zarko
We see elevation in 500 requests (Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message frequently, please contact the App Engine team.)

[google-appengine] Re: fast bounding-box geo queries?

2010-10-06 Thread Zarko
Hi Josh, The GeoModel bounding-box performance depends on the zoom level the query is running. As the box get smaller in size (closer bound coordinates) the performance is better, this is because you query on less squares (see Geohash http://en.wikipedia.org/wiki/Geohash for more info) It also

[google-appengine] Re: Prerelease SDK 1.3.8 is out!

2010-10-06 Thread Zarko
I would like to say thanks for the App Engine Team for all the hard work :) On Oct 6, 2:28 am, Ikai Lan (Google) ikai.l+gro...@google.com wrote: Hey everyone, Prerelease SDK 1.3.8 is out for early evaluation. Note that many features that require server side changes will not be available in

[google-appengine] Re: Major queries problem using custom indexes

2010-08-13 Thread Zarko
Update for group followers: Problem has been verified as a development bug in our side (App Engine Supreme). Bug was: Cursors where in use with globally declared GQL queries, given inconsistence results. Thanks Nick On Aug 11, 9:11 pm, Zarko eladza...@gmail.com wrote: Ops, :) I am sending

[google-appengine] Major queries problem using custom indexes

2010-08-11 Thread Zarko
inserted some new entities from scratch. AND sometimes I see all of the data and sometimes I don't (for the same query). I think there is a major inconsistency bug with custom indexes Please advice ! Zarko -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Major queries problem using custom indexes

2010-08-11 Thread Zarko
Hi Nick, Is there a private (like a secure email), Which I can contact you with the information you need ? Thank you for your replay, Zarko On Aug 11, 8:01 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Zarko, Can you please supply your app ID, along with the queries that cause

[google-appengine] Re: Major queries problem using custom indexes

2010-08-11 Thread Zarko
Ops, :) I am sending to your above mail... On Aug 11, 9:01 pm, Zarko eladza...@gmail.com wrote: Hi Nick, Is there a private (like a secure email), Which I can contact you with the information you need ? Thank you for your replay, Zarko On Aug 11, 8:01 pm, Nick Johnson (Google) nick.john

[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-03 Thread Zarko
AppEngine team, we love you ! On Aug 3, 2:40 am, Ikai L (Google) ika...@google.com wrote: Hey everybody, Just wanted to let everyone know that the prerelease SDK for 1.3.6 is out. If you're interested in downloading the SDKs, you can find them here:

[google-appengine] Re: Does anyone have a code example of AES encryption in python?

2010-07-19 Thread Zarko
Hi Denis, I don't have a solution for your need... But if you just need AES for transmitting security you can just use https. It uses AES it's built in with your app-name.appspot.com domain. Good luck On Jul 19, 11:24 am, Denis Hoctor denishoc...@gmail.com wrote: Hi, I have a query string I

[google-appengine] Re: datastore keys security question

2010-07-14 Thread Zarko
If you are going to pass a key as an HTTP parameter just use https... On Jul 12, 10:42 pm, Felippe Bueno felippe.bu...@gmail.com wrote: Hi, I'm using python/django and I'm planing to use the following URL design: /application/edit/content/KEY/ where KEY is the datastore key of 'content'.

[google-appengine] App Engine Google Geocoding Service (OVER_QUERY_LIMIT)

2010-07-08 Thread Zarko
... A primer key cost like a million, and I can't even get 1% of the free quota, because I am using App Engine (and I share quota/IP with everyone). By the way I can't transfer the job to the client (it's not a browser app). I and many others will thank you if you can fix this issue Zarko -- You

[google-appengine] Re: App Engine Google Geocoding Service (OVER_QUERY_LIMIT)

2010-07-08 Thread Zarko
Yes, it is in use with a Google map, actually I am trying to save requests to Google from clients... On Jul 8, 6:43 pm, Barry Hunter barrybhun...@gmail.com wrote: On 8 July 2010 16:08, Zarko eladza...@gmail.com wrote: By the way I can't transfer the job to the client (it's not a browser

[google-appengine] Re: Problem with maps api key

2010-07-02 Thread Zarko
You can try and use V3 (does not require a key)... The problem is that it have a low free limit of 2,500 geolocation requests per day (server initiated). And a premiere key cost like a new sports car : / Furthermore, from app engine you can't know if you will get this too. In a previous tread

[google-appengine] Re: Prerelease 1.3.4 SDK ready for download

2010-05-14 Thread Zarko
Auto task execution is now enabled Great news !! I used to burn hours on manual clicks... Keep-up the good work ;) On May 13, 8:46 pm, Ikai L (Google) ika...@google.com wrote: Hello, App Engine developers! Just wanted to let everyone know that prerelease 1.3.4 SDK is now available for

[google-appengine] Re: Google Geocoding Web Service (v3) App Engine

2010-05-14 Thread Zarko
will scale down fast enough... However It sounds bad and not pro, if I share my quota with others apps, and I don't know the numbers ! Can a google representative confirm this ?! Thanks for the info nickmilon and by the way, your project is amazing ! Zarko On May 12, 11:16 pm, nickmilon nickmi

[google-appengine] Google Geocoding Web Service (v3) App Engine

2010-05-12 Thread Zarko
(for an internal GAE use). I will much appreciate any info, thank you for your time ! Zarko -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send

[google-appengine] Re: Access from Israel

2010-04-26 Thread Zarko
There seems to be a problem with the SSL certificate on *.appspot.com. The browser think it's a redirect to another site and block it, but you can revoke it like you mentioned. If you use secure connections try https directly, it will give you a redirect warning, but will work. Zarko On Apr 26

[google-appengine] Re: HTTPS quotas

2010-04-10 Thread Zarko
It seems that secure requests are counted like normal ones. Be secure always use protection :) Zarko On Apr 10, 5:42 pm, Ulrich mierendo...@googlemail.com wrote: Hi, I have a question regarding the secure requests quota. On http://code.google.com/appengine/docs/quotas.html#Requests

[google-appengine] Re: Instance ID and pagination

2010-04-05 Thread Zarko
Hi, Check this out 'Query Cursors' (it's a new feature): http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Query_Cursors Zarko On Apr 5, 9:48 am, azazeal psiat...@gmail.com wrote: Hi everyone, Lately I've been trying to develop some aspects of an app that could