kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

Add ability to limit execution time on requests #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Should be able to limit execution time of code/queries for non-admin users to 
prevent DOS.

Original issue reported on code.google.com by kris...@gmail.com on 28 Apr 2009 at 3:32

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 30 Apr 2009 at 3:33

GoogleCodeExporter commented 8 years ago
A nice related feature here would be an option to log queries that got canceled 
due
to execution time.  Similar to the mysql slow-query-log perhaps.  

Logged data points might include things like:
1. remote username (if logged in)
2. remote connection info (IP, useragent, referrer, etc)
3. date/time of course
4. info about query or action being executed
5. perhaps stats on # of queries being executed, mem, etc.

Original comment by dty...@gmail.com on 2 May 2009 at 1:29

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 31 May 2009 at 4:43