
codesite-noreply at google
Nov 6, 2009, 10:16 PM
Post #3 of 7
(58 views)
Permalink
|
|
Re: Issue 600 in cherokee: rule - high load
[In reply to]
|
|
Updates: Status: Started Owner: tahers Comment #2 on issue 600 by ste...@konink.de: rule - high load http://code.google.com/p/cherokee/issues/detail?id=600 Implementation of the server code; we still lack an admin frontend. I hope a skilled Python engineer can make something functional. Ignore the above comment about 'shared' nonce timer. Although the load is calculated over the past minute, it is (of course) a continuous interval. I have reduced the update to 10s now. I think that is pretty reasonable. For the gifted python engineers; this is what the module expects: vserver!10!rule!700!match = load vserver!10!rule!700!match!1min = 0.1 vserver!10!rule!700!handler = custom_error vserver!10!rule!700!handler!error = 503 Where 1min, 5min, 15min are valid parameters. Leaving them out makes them double max on the server side. Any exceed in threshold results in a match. Attachments: cherokee-rule-load.patch 8.6 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev[at]lists.octality.com http://lists.octality.com/listinfo/cherokee-dev
|