-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Currently we read from the input connections within timely operators but I suspect this is causing sub-optimal performance both for ddshow and (more importantly) the target program since it means that sometimes ddshow will stop reading from the network for (possibly long) periods of time while other operators run. Reading from input connections in dedicated threads (probably async powered ones, this is where it shines) and making the input operators operate off of a queue would be much more efficient and consistent overall.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request