commit | 2f75e9d08d1e47e2b9b39ec21653bc3b4d65d00a | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Mon Mar 23 17:49:50 2020 +0000 |
committer | liamfallon <liam.fallon@est.tech> | Tue Mar 24 17:40:27 2020 +0000 |
tree | be5374421d8b3f026175ab51d197289ea9dbbe0d | |
parent | f7746d758149bc68584c01dc0fe15130c7a866b1 [diff] |
Launch separate threads for Javascript task execution When a policy is loaded, a separate thread is spawned for each Javascript script executor. This allows us to precompile the Javascript scripts and also to have a larger stack available for script execution. Issue-ID: POLICY-2106 Change-Id: I97323aafb623ba537ac1889b3c9504b345b4f67e Signed-off-by: liamfallon <liam.fallon@est.tech>
Copyright (C) 2016-2018 Ericsson. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy APEX PDP Engine code. The settings file only needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment.
To build it using Maven 3, run: mvn clean install