Re: [google-appengine] Re: Wouldn't it be great if pull queues supported arbitrary tagging

2012-05-04 Thread Maxim Lacrima
Hi Brett, Michael, Thank you for pointing to a new approach to do fan-in. This is excellent. Referring to 2010 I/O talk by Brett Slatkin, I would like also to ask about transactional sequences. Do we have nowadays yet another approach to build materialized views, taking into account appearance

[google-appengine] Please help me!!!

2012-05-04 Thread TonyPandy
My mobile phone is too late to receive goagent application SMS verification code! When I receive the code,the system says that the phone number has been sent too many messages or has already been used to confirm an code...So I request to to send the code to the E-mail:

Re: [google-appengine] How can I disable load balancing function in google app engine

2012-05-04 Thread 石奇�
Yes,I think you are right. Is there any api that can keep connecting,when I access several urls so that the ip address will not change? I find HttpURLConnection can keep connecting while access one url for several times with different data to be post.But I can't change the targeturl.When I want

[google-appengine] Re: Idea for dev server - simulated infrastructure instability

2012-05-04 Thread Dale
I've added an extra note to the feature request for running the same task multiple times. On Thursday, 3 May 2012 12:45:21 UTC+2, tempy wrote: Hi all, I just found myself writing code that would simulate deadlineexceeded errors and such, when I thought - wouldn't it be great if you could

[google-appengine] Re: Please help me!!!

2012-05-04 Thread Ian Marshall
If you change the subject of your post from Please help me!!! to something specific, then I would be happy to give you a pointer. Until then, my answer is I am happy to help you!!! On May 4, 7:08 am, TonyPandy lzrworldl...@gmail.com wrote:          My mobile phone is too late to receive

[google-appengine] Re: I can not receive goagent application SMS verification code

2012-05-04 Thread Ian Marshall
Have you looked at the pinned post about what to do if you have problems signing up for an account? On May 4, 3:07 am, 钱熠南 kou...@gmail.com wrote: My mobile phone can not receive goagent application SMS verification code! Request to send the code to the E-mail: kou...@gmail.com -- You

[google-appengine] Can you help me?

2012-05-04 Thread 顾海成
I get the following message: “ The phone number has been sent too many messages or has already been used to confirm an account.” However I haven't recieved any messages How can I fix this? Thanks, -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Does the Log Viewer actually work for anyone?

2012-05-04 Thread someone1
Do you have a link to the log analysis demo? I'd be interested in learning more about it. (My Google-Fu didn't turn up any results) On Wednesday, April 18, 2012 1:13:37 PM UTC-4, Jason Collins wrote: Thanks Greg - it totally makes sense and explains why something that is even quite recent

Re: [google-appengine] Re: Does the Log Viewer actually work for anyone?

2012-05-04 Thread Johan Euphrosine
Demo is here: http://log2bq.appspot.com/ Source code is here: http://code.google.com/p/log2bq/ It is inspecting its own logs :) On Fri, May 4, 2012 at 3:18 PM, someone1 someo...@gmail.com wrote: Do you have a link to the log analysis demo? I'd be interested in learning more about it. (My

Re: [google-appengine] Re: Does the Log Viewer actually work for anyone?

2012-05-04 Thread someone1
*Mind Blown* Looks really cool. It's always nice to see how Google uses their own APIs. This will be a good resource to learn from. Thank you very much! On Friday, May 4, 2012 9:30:58 AM UTC-4, Johan Euphrosine (Google) wrote: Demo is here: http://log2bq.appspot.com/ Source code is here:

[google-appengine] Re: datastore id performance

2012-05-04 Thread Strom
Maybe, but not of any significance. On May 4, 5:16 am, Michael maisng...@gmail.com wrote: Is there any performance differences when searching an entity A and entity B, where entity A uses a String datatype as id and entity uses a Integer datatype as id? -- You received this message because

[google-appengine] GPE 2.6 released with JPA tooling for Cloud SQL and updated Google APIs support

2012-05-04 Thread Sriram Saroop
Hi folks, We are pleased to announce the latest Google Plugin for Eclipse (GPE) 2.6 release with JPA tooling for Cloud SQL and updated Google APIs support. You can read more about the release in the Google developers blog:

[google-appengine] http://hasdjurassicpark.appspot.com/altamiraweb.es

2012-05-04 Thread Seo Seogrup
Hi Someone is duplicating my all my site www.altamiraweb.es from this URL: http://hasdjurassicpark.appspot.com/altamiraweb.es Can somebody stop him? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

Re: [google-appengine] http://hasdjurassicpark.appspot.com/altamiraweb.es

2012-05-04 Thread Andreas
its a proxy... check out these discussions. https://groups.google.com/forum/?fromgroups#!topic/google-appengine/7lJv1_nSghI https://groups.google.com/forum/?fromgroups#!topic/google-appengine/OZNeRoUhlgA On May 4, 2012, at 2:12 PM, Seo Seogrup wrote: Hi Someone is duplicating my all my site

[google-appengine] Re: Django on AppEngine, django-rocket-engine

2012-05-04 Thread John Gardner
If you haven't seen app-engine-patch (the ancestor of django-nonrel), you should take a look. https://github.com/huxoll/app-engine-patch It's also mostly Django, but with the backend as entirely GAE. Regards, John On Tuesday, May 1, 2012 4:43:26 PM UTC-5, x_O wrote: Hi I'm quite new in

Re: [google-appengine] Re: Django on AppEngine, django-rocket-engine

2012-05-04 Thread Will
What does it differ from the django provided by GAE, such as django 1.2 with Python 2.7? Thanks, Will On Fri, May 4, 2012 at 12:45 PM, John Gardner hux...@gmail.com wrote: If you haven't seen app-engine-patch (the ancestor of django-nonrel), you should take a look.

[google-appengine] Different behaviour of getUploads() in development and production

2012-05-04 Thread Arjan Broer
I have created some code to check the submit of a form for uploads. This works very well in my local development instance. But when i run this same code in production it always finds an upload even though i am not uploading a file. BlobstoreService blobstoreService =

[google-appengine] My app has no owner.

2012-05-04 Thread Michael Hopkins
I logged into the admin console to add a new developer to my app and none of the users listed is the owner of the app. Is there any way to promote a developer to be the owner of an application. Thanks -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Wouldn't it be great if pull queues supported arbitrary tagging

2012-05-04 Thread Michael Hermus
I just looked at the java doc for com.google.appengine.api.taskqueue.Queuehttps://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/taskqueue/Queue.html#leaseTasksByTag%28long,%20java.util.concurrent.TimeUnit,%20long,%20java.lang.String%29while trying to implement a

Re: [google-appengine] Re: Wouldn't it be great if pull queues supported arbitrary tagging

2012-05-04 Thread Michael Hermus
Hi Lacrima: I haven't done any thinking about materialized views since I don't have any need yet, but if I come across anything useful I will certainly let you know! I wouldn't be surprised if someone else in the community has, though; you could try posting a new topic. On Friday, May 4, 2012

[google-appengine] Xmpp protocol with java webservices

2012-05-04 Thread Chamath
I'm trying to integrate xmpp with java web services. But it pops some errors. How to overcome with this ? This is my code. import java.util.*; import org.jivesoftware.smack.Chat; import org.jivesoftware.smack.ConnectionConfiguration; import org.jivesoftware.smack.MessageListener; import

[google-appengine] Can I use python-gnupg in my application?

2012-05-04 Thread AppDev
I'm writing a service that requires gpg services, and I'm now sure if I can use such library (which is a wrapper for the gpg command) or perhaps there is another solution that I can use to support PGP encyption. Thanks, -- You received this message because you are subscribed to the Google

[google-appengine] $.ajax(appEngineURL with jsonp options) gets unique ID appended to the URL

2012-05-04 Thread rcp
Can I make this unique ID go away? Why is it being added? (chrome is the browser and I am entering the .js code in the chrome debugger) The app engine log shows: $.ajax(url-with-options) sent to jsonengine instance gets *012-05-04 13:08:22.481 /_je/notes?_docType=messages.asc_=1336162102183*

Re: [google-appengine] $.ajax(appEngineURL with jsonp options) gets unique ID appended to the URL

2012-05-04 Thread Barry Hunter
See http://api.jquery.com/jQuery.ajax/ And the 'cache' option... On May 5, 2012 2:37 AM, rcp rc.phe...@gmail.com wrote: Can I make this unique ID go away? Why is it being added? (chrome is the browser and I am entering the .js code in the chrome debugger) The app engine log shows:

[google-appengine] Re: $.ajax(appEngineURL with jsonp options) gets unique ID appended to the URL

2012-05-04 Thread rcp
that worked. thank you! On Friday, May 4, 2012 6:36:50 PM UTC-7, rcp wrote: Can I make this unique ID go away? Why is it being added? (chrome is the browser and I am entering the .js code in the chrome debugger) The app engine log shows: $.ajax(url-with-options) sent to jsonengine

[google-appengine] Re: Different behaviour of getUploads() in development and production

2012-05-04 Thread Stuart Langley
http://code.google.com/p/googleappengine/issues/detail?id=4548 On Saturday, 5 May 2012 07:00:23 UTC+10, Arjan Broer wrote: I have created some code to check the submit of a form for uploads. This works very well in my local development instance. But when i run this same code in production