Re: [google-appengine] Re: How to blacklist planet-lab.org?

2012-08-12 Thread Jeff Schnitzer
On Fri, Aug 10, 2012 at 2:41 PM, Kate wrote: > > I explained earlier that cloudflare cannot help as they need me to change my > dns and I cannot as it is a gae app. My netsol dns for australiansabroad.com > is set up according to google specs and are not accepted by cloudflare.. You have some

Re: [google-appengine] Re: Backend performance, compared

2012-08-12 Thread Jeff Schnitzer
Memcache doesn't work for this application. Completely aside from reliability issues, there's no memcache instruction for "give me all the data". At best you can fetch some number of individual keys, but that brings up two problems: 1) Trying to do a batch fetch of 10k keys (or more) 2) How do

[google-appengine] HTML Frameset not working in GAE project?

2012-08-12 Thread vikash chaurasia
Hi, We are using HTML frameset in our GAE project. When we are deploying it on local GAE server, or on online GAE server, frameset doesn't work? Is it an issue with GAE server? Does GAE server support HTML frameset/frames? Please reply. Thanks, Vikash -- You received this message becaus

Re: [google-appengine] Re: Database with google application engine

2012-08-12 Thread vikash chaurasia
Hi Takashi, Thanks for reply. Is it free for development purpose? If we are using MySQL in GAE project, using MySQL as DB, can we deploy the application on GAE? How/where can we claim for free quota for Cloud SQL, if it is possible? Please suggest. Thanks, Vikash On Wednesday, August

[google-appengine] Why GAE request takes so much time?

2012-08-12 Thread ailinykh
Hello, everybody! I have simple GWT application which is running against GAE. The problem is - simple query takes too long. I put log result below. As you can see it takes almost 4 seconds (this is not first request which causes a new process started). I added logging into my data access class

Re: [google-appengine] Preventing GAE edge-cache caching

2012-08-12 Thread James Broberg
Given the voodoo required to actually *enable* the GAE edge cache I would have thought it would be pretty easily to avoid it. On 10 August 2012 00:19, prem wrote: > Takashi, barryhunter, Emanuele ... Am glad I posted here, thanks for the > suggestions. > > I will have to read up more on cache-co

Re: [google-appengine] Loading time

2012-08-12 Thread Rerngvit Yanggratoke
Another random guess. Is it from the cold start time? 5-10 seconds is only for the first time or it's true also for the subsequent requests? On Sun, Aug 12, 2012 at 6:52 PM, Nico wrote: > Hi, i have been running some tests (in java), my app just goes to the DB > and shows some info. My question

[google-appengine] Re: Loading time

2012-08-12 Thread Joakim
Since you haven't given much detail to go by, I'll make a random guess. Are you using JDO and creating a new PersistenceManagerFactory on every request? Perhaps there is something in your logs to hint at what's going on? On Sunday, August 12, 2012 1:52:26 PM UTC+2, Nico wrote: > > Hi, i have bee

[google-appengine] Loading time

2012-08-12 Thread Nico
Hi, i have been running some tests (in java), my app just goes to the DB and shows some info. My question is: Why when i load the site it lasts like 5-10 seconds to load completely? Mostly having in mind that the code does almost nothing. http://matchreminder.appspot.com/matchreminder Any idea

Re: [google-appengine] Re: The phone number has been sent too many messages or has already been used to confirm an account.

2012-08-12 Thread Gourab Singha
Hi ikai, I faced the same issue. Saying that "*The phone number has been sent too many messages or has already been used to confirm an *" Why this happen with google. for google app engine. This work perfectly 2 years ago. I use various service provided by google. Most of them work fine.

[google-appengine] @Persistent(serialized = "true") vs @Persistent

2012-08-12 Thread applehund
Hi there, can anyone explain the pros & cons of these two styles? Like if I have an Integer member variable: *@Persistent* *private* Integer foo; *@Persistent(serialized = "true")* *private* Integer foo; I do know that with the serialized version I have to always mark it dirty with *JDOHelper.

[google-appengine] Re: Bastion Sign IN

2012-08-12 Thread Kaan Soral
This is what you get if you don't let people show their own error_html On Tuesday, May 22, 2012 4:55:34 AM UTC+3, D wrote: > > It is not allowing me to sign in -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the