Carsten Ziegeler created FELIX-6683:
---------------------------------------
Summary: Reduce requests to service registry
Key: FELIX-6683
URL: https://issues.apache.org/jira/browse/FELIX-6683
Project: Felix
Issue Type: Improvement
Components: HTTP Service
Affects Versions: http.jetty12-1.0.0, http.jetty-4.2.22, http.base-4.2.12,
http.jetty-5.1.6, http.base-5.1.4
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
Fix For: http.base-4.2.14, http.jetty-5.1.8, http.jetty-4.2.24,
http.jetty12-1.0.2, http.base-5.1.6
For each whiteboard service, a request to the service registry is done for
every available http context; even if the context does not match. Matching is
done in a second step.
By simply swapping these operations, first check for match then the service
registry, the requests to the registry can be reduced
--
This message was sent by Atlassian Jira
(v8.20.10#820010)