Couldn't you serve the static content through a python handler? Obviously less efficient but then you could do checks prior to rendering the content? You can store the ips in memcache and see how many requests have come from one ip. If too many then refuse
Sent from my iPhone On Nov 24, 2010, at 2:47 PM, Greg Temchenko <[email protected]> wrote: > Somebody requesting 200K swf file from my site 8 times/second and I can't do > anything - blacklist works only for python handlers not static files as I see > :-( > It's first days I have 50 people playing online in my app and I see it's > going down soon (I already spent one dollor on outgoing brandwidth and I will > spend some dollors for a while but I can't do it permanently). > > Also these lots of requests are not seen in Current Load frame on Dashboard > but I see it in log files downloaded by appcfg. My be they're doing something > to hide its requests. I think it's bug. > > My app is go-dice. The site is www.vkubiki.ru (russian). > > Please make blacklist work for static content as well. > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > 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. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. 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.
