Bug #20624
Make Request sending from EventBuilders non-data-driven
Start date:
08/16/2018
Due date:
% Done:
0%
Estimated time:
Experiment:
-
Co-Assignees:
Description
Currently, requests are sent from EventBuilders in a very data-driven fashion, leading to instances where all requests for a given sequence ID can be missed by the BRs, and multiple copies of a request are sent within very short time intervals. A thread to handle requests in RequestSender would break the data-driven property, and since requests are sent in child threads already, not increase the overall thread count of the EventBuilder.
History
#1 Updated by Eric Flumerfelt over 2 years ago
- Status changed from New to Resolved
Implemented in feature/SMEM_SendTokensWhenBuffersReady, already merged into feature/pdune_ron_Aug01
#2 Updated by Eric Flumerfelt over 2 years ago
- Category set to Known Issues
- Status changed from Resolved to Closed
- Target version set to artdaq v3_03_00