Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
So that Channel class was introduced for supporting the pattern producer consumer between an ApDomain/process threads?
in-process thread is more appropriate use case
Can we use it in the reader as a separate application and the writer as a separate application?
No, this is only for in-memory processing.
When to use Channel and what projects perfect for this?
In my experience this can be used instead of an in-memory queue. So for example, where you want to queue multiple requests and have them gets processed by one or multiple processors and keep the producers decoupled from the processors/consumers.
It can be used as the mediator
thanks
So that Channel class was introduced for supporting the pattern producer consumer between an ApDomain/process threads?
in-process thread is more appropriate use case
Can we use it in the reader as a separate application and the writer as a separate application?
No, this is only for in-memory processing.
When to use Channel and what projects perfect for this?
In my experience this can be used instead of an in-memory queue. So for example, where you want to queue multiple requests and have them gets processed by one or multiple processors and keep the producers decoupled from the processors/consumers.
It can be used as the mediator
thanks