Closed
Bug 1766306
Opened 4 years ago
Closed 4 years ago
Stop re-using idle worker threads
Categories
(Core :: DOM: Workers, task)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
101 Branch
| Tracking | Status | |
|---|---|---|
| firefox101 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
Details
Attachments
(1 file)
This seemed to be causing me some issues earlier today, and :asuth mentioned that it's not a relevant optimization and has been known to cause worker lifecycle issues in the past.
This bug is just to track removing the idle worker thread list, and mechanism for re-using idle threads for spawning new workers, so that instead whenever a new worker is spawned it always gets a new thread. This hopefully shouldn't have serious performance issues, but if it does, we can re-consider the change.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/769660697f05
Stop re-using idle worker threads, r=asuth
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•