[appengine-java] Re: is there any solution/idea how blacklist IP in realtime ?

2012-01-15 Thread ShareYourLocation ShareYourLocation
Using a programmatic aproach can't save your Incoming Bandwidth quota. I created a feature request for rate limiting here; http://code.google.com/p/googleappengine/issues/detail?id=6733 Don't forget to star it. -- You received this message because you are subscribed to the Google Groups

Re: [appengine-java] Re: is there any solution/idea how blacklist IP in realtime ?

2010-07-19 Thread John Patterson
I believe some people maintain their own request count by ip address using memcache and restrict access using a filter. On 19 Jul 2010, at 20:09, Marcus Brody wrote: I am missing something ? So you guys are sitting in web console and watch how many requests came from given IP address ? This

[appengine-java] Re: is there any solution/idea how blacklist IP in realtime ?

2010-07-19 Thread Marcus Brody
Yes, I already have such solution, but It still does eat some resources (minimal if written correctly) But thank for answer John, only think I am afraid I wake up and my dayly budged will be eaten by some kind of dos attack done while I was sleeping, I still think since you can upload dos.xml