web2py doesn't impose any limits ... you can have a "hosting" app that needs to receive 1GB file and you can have a data-entry app that needs 150 fields to be sent over the wire. Usually web2py is behind a webserver that has "sane" defaults that, in any case, NEED tuning on a per-app base. Mitigating DDoS attacks is never easy: the culprit of all is just let "something" deal with it. You definitely don't want any python code involved in that "mitigation", but in any case, if you're not "sized" accordingly, there's no countermeasure (aside from a firewall rule that will block incoming connection from the offending ip addresses) that will effectively help to deal with it.
On Tuesday, October 7, 2014 6:07:09 PM UTC+2, Encompass solutions wrote: > > So in another framework I learned of a feature to limit that size of form > submittions to stop DOS attacks. Is this something that web2py > could/should worry about? There is the size of uploads and there is the > number of form items. > BR, > Jason Brower > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

