There were a couple of sugested solutions using memcache for this some time ago in this thread. The problem with those solutions is that if you delegate the task to the request handler then you yave already started consuming cpu resources.
On Jun 9, 10:13 pm, Timothy Makobu <[email protected]> wrote: > thanks nickmilon, > > I had read that, that would be after the DOS though. I meant something that > detects a certain number of requests per second and does a specified action. > > like: > if requests_per_second > 7: > block_ip(ip) -- 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.
