[ 
https://issues.apache.org/jira/browse/SLING-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler resolved SLING-166.
------------------------------------
    Resolution: Won't Fix

> JavaScript: Enable request processing limitation
> ------------------------------------------------
>
>                 Key: SLING-166
>                 URL: https://issues.apache.org/jira/browse/SLING-166
>             Project: Sling
>          Issue Type: Improvement
>          Components: Scripting
>    Affects Versions: Scripting JavaScript 2.0.2
>            Reporter: Felix Meschberger
>            Priority: Major
>
> The Rhino ContextFactory enables functionality to limit the time a given 
> script may run. This might be particularly usefull for the web application 
> case to prevent hogging the server with "never ending" scripts.
> The drawback of this functionality is, that the scripts must be interpreted, 
> because the limits are enforced by the interpreter. But given that scripts 
> are generally small and simple (and more complex business logic is done in 
> Java classes), this may not be a big issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to