bgservlets extension should use Sling's ThreadPool
--------------------------------------------------
Key: SLING-1852
URL: https://issues.apache.org/jira/browse/SLING-1852
Project: Sling
Issue Type: Bug
Components: Extensions
Reporter: Bertrand Delacretaz
Assignee: Bertrand Delacretaz
Priority: Minor
The ExecutionEngineImpl in the contrib/extensions/bgservlets module uses a
plain Executor, it should use Sling's ThreadPoolManager instead.
That module's ModifiableThreadPoolConfig can be used to customize the pool,
which is created via ThreadPoolManager.create(ThreadPoolConfig config, String
label);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.