Bug 276301

Summary: Drain suspended process message queues more deterministically
Product: WebKit Reporter: Ben Nham <nham>
Component: WebKit Misc.Assignee: Ben Nham <nham>
Status: RESOLVED FIXED    
Severity: Normal CC: nham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Ben Nham
Reported 2024-07-07 16:29:52 PDT
When we detect that a message queue for a suspended process has filled up, we currently wake it up for a fixed 3 second duration. We should probably just wake it up more deterministically (e.g. by enqueuing a message and waiting for the reply handler to fire). We also should add better logging around what messages are ending up on the message queue when this happens.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-07-07 16:35:05 PDT
Ben Nham
Comment 2 2024-07-07 16:43:18 PDT
EWS
Comment 3 2024-07-08 05:58:04 PDT
Committed 280728@main (39cca367b0f9): <https://commits.webkit.org/280728@main> Reviewed commits have been landed. Closing PR #30553 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.