On Monday, April 15, 2013 11:36:49 PM UTC-5, Jeff Schnitzer wrote:

> You have a web form online and spammers are filling it with spam? That's 
> what happens when you put unauthenticated forms online. Put FB or Persona 
> auth on it.
>
>
+1. Put any sort of authentication on it. You can easily activate Google 
Accounts sign in with a few lines of code: 
https://developers.google.com/appengine/docs/java/users/overview 

Also, I notice that your "Datastore Reads" is very high, but your 
"Datastore Writes" is actually fairly low ( 
https://groups.google.com/d/msg/google-appengine/O-juv811wok/7WUNMsByfUEJ 
). You'd be able to keep your site up more if you copied your datastore 
data to memcache, and then when a request comes in, try to pull data from 
memcache before querying the datastore.

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

@GOV on AppDotNet: https://alpha.app.net/gov


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to