❔ Trying to maximize the amount of messages my worker can process while using Channels.
I am working with AWS SQS queue and using a channel to write messages to and read from.
This is how I am writing them
and read them
My question is how will async work here. I am trying to maximize the concurrent execution of messages. Will C# just handle it for me, or do I have to do something to prevent a bunch of threads reading and 1 thread writing(causing starvation). Or vice versa?
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.