Description
It was requested in https://issues.apache.org/jira/browse/FELIX-5247 to make the resolver threads configurable to avoid creating many threads by karaf.
It turns out Felix already has that feature, but Karaf is not using it:
Resolver resolver = new ResolverImpl(new Logger(Logger.LOG_INFO));
I propose to configure and supply an Executor with the desired threads. As additional up, this prevents situations where there are unnecessary threads created.
Attachments
Attachments
Issue Links
- is related to
-
FELIX-5247 Reduce number of threads created by Resolver during a startup of OSGi-based applications
- Resolved
- links to