[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 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/zEejZHcFJ5sJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



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 has to be done
automatically ... somehow.

--
You received this message because you are subscribed to the Google  
Groups Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com 
.
To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en 
.




--
You received this message because you are subscribed to the Google Groups Google 
App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 very quickly there has to be some
mechanism how to automate it.

Anyone has some pros/cons of my ideas ?

On Jul 19, 3:56 pm, John Patterson jdpatter...@gmail.com wrote:
 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 has to be done
  automatically ... somehow.

  --
  You received this message because you are subscribed to the Google  
  Groups Google App Engine for Java group.
  To post to this group, send email to google-appengine-java@googlegroups.com
  .
  To unsubscribe from this group, send email to 
  google-appengine-java+unsubscr...@googlegroups.com
  .
  For more options, visit this group 
  athttp://groups.google.com/group/google-appengine-java?hl=en
  .



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.