I'm trying to rate limit based on application specific information so I have to do it within the pylons app. I'll also configure Apache to prevent more basic attacks.
At some point I want to open source the module I'm working on so I'll probably implement it as middleware. I've had problems handling exceptions in middleware though. What's the best way to get the last exception raised? What's the difference between __call__ and __before__? Thanks, Andres --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
