You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
To achieve minimal response time the following HTTP Header X-Set-Root can be set to the value of the root attribute of the setId element.
For instance the submission
What is the expected response time from respectively "PatientHealthcareReportingService" and "PatientHealthcareValidateReportingService" without this new header element in production?
What is the expected response time from respectively "PatientHealthcareReportingService" and "PatientHealthcareValidateReportingService" with this new header element in production?
@RasmusThernoe it is hard to say as it depends on the current workload of the service. If the service is idle, it may only improve response time by 10ms, but if the service is hard pressed, it may improve it much more.
Basically, setting the header offloads some initial load-balancing work from the service itself.
We can try and do some tests to see what the improvements are in our DXC internal load-balanced test environment, but such a test would have lower priority than fixing bugs :)
Note: https://lprws-test.sds.dsdn.dk is a SDS owned test environment, which is not load-balanced, so you will not see any effect of setting the header on this environment.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To achieve minimal response time the following HTTP Header
X-Set-Root
can be set to the value of the root attribute of the setId element.For instance the submission
would set
X-Set-Id: a3fce675-4097-41ee-95e1-62f88d2d54cb
if you have multiple sets in one XDR request you SHALL NOT set the header.
The text was updated successfully, but these errors were encountered: