Bug 245144

Summary: [webkitcorepy] Ensure TaskPool queue full before reading
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Jonathan Bedard
Reported 2022-09-13 08:35:58 PDT
We should ensure that the TaskPool's queue of tasks is full before making any effort to consume messages from our workers. This will ensure that workers always have something to do. In extreme cases (ie, when we have many worker processes and short tasks), this is one of our bottlenecks.
Attachments
Jonathan Bedard
Comment 1 2022-09-13 08:40:21 PDT
Radar WebKit Bug Importer
Comment 2 2022-09-13 08:40:35 PDT
EWS
Comment 3 2022-09-13 14:15:28 PDT
Committed 254456@main (df9c2ab6a703): <https://commits.webkit.org/254456@main> Reviewed commits have been landed. Closing PR #4314 and removing active labels.
EWS
Comment 4 2022-09-19 13:23:37 PDT
Committed 252432.415@safari-7614-branch (fe98e9029a3e): <https://commits.webkit.org/252432.415@safari-7614-branch> Reviewed commits have been landed. Closing PR #65 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.