PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
pipeline_coordinator.h File Reference

Main coordinator for the 6-stage DICOM I/O pipeline. More...

#include <kcenon/pacs/network/pipeline/pipeline_job_types.h>
#include <kcenon/pacs/network/pipeline/metrics/pipeline_metrics.h>
#include <kcenon/pacs/integration/thread_pool_interface.h>
#include <kcenon/pacs/core/result.h>
#include <array>
#include <atomic>
#include <chrono>
#include <cstddef>
#include <functional>
#include <memory>
#include <mutex>
#include <string>
Include dependency graph for pipeline_coordinator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::pacs::network::pipeline::pipeline_config
 Configuration options for the pipeline coordinator. More...
 
class  kcenon::pacs::network::pipeline::pipeline_coordinator
 Coordinates the 6-stage DICOM I/O pipeline. More...
 
class  kcenon::pacs::network::pipeline::pipeline_job_base
 Base class for all pipeline jobs. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::network
 
namespace  kcenon::pacs::network::pipeline
 

Detailed Description

Main coordinator for the 6-stage DICOM I/O pipeline.

The pipeline coordinator manages multiple thread pools, one per stage, to achieve high-throughput DICOM operations with optimal parallelism.

See also
Issue #517 - Implement typed_thread_pool-based I/O Pipeline
DICOM PS3.8 Network Communication Support
Author
kcenon
Since
1.0.0

Definition in file pipeline_coordinator.h.