Hi,

I have a google map application hosted on GAE which loads multiple
polylines from the datastore, using ajax. To avoid high CPU warnings,
I make incremental ajax calls - fetching batches of encoded polylines,
10 at a time.

You can see the site at http://www.bigbikemap.com/

However, today I have been locked out of my website with the following
google generated message:

"We're sorry.. but your query looks similar to automated requests from
a computer virus or spyware application. To protect our users, we
can't process your request right now."

The block affects my whole network at IP level. I suspect the block is
a result of my incremental ajax facility.

Can anyone suggest a way around this? To load all segments in one ajax
request might generate high CPU warnings (which could potentially shut
my site down).

Thanks,

Fred.
--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to