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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/131274197>
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/30553
EWS
Committed 280728@main (39cca367b0f9): <https://commits.webkit.org/280728@main>
Reviewed commits have been landed. Closing PR #30553 and removing active labels.