Closed Bug 1766306 Opened 2 years ago Closed 2 years ago

Stop re-using idle worker threads

Categories

(Core :: DOM: Workers, task)

task

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.

Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/769660697f05
Stop re-using idle worker threads, r=asuth
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: