NVIDIA / clara-dicom-adapter

DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
https://nvidia.github.io/clara-dicom-adapter/
Apache License 2.0
37 stars 14 forks source link

Make gRPC and http clients singleton #83

Closed mocsharp closed 3 years ago

mocsharp commented 3 years ago

Description

Optimize memory usage by switching gRPC & HTTP API clients to a singleton.
Update Results Service API to use HttpClientFactory.

Status

Ready

Types of changes