Closed
Bug 346606
Opened 18 years ago
Closed 9 years ago
Wanted: docs on using threads in our world, esp. from JS
Categories
(Developer Documentation Graveyard :: Mozilla Platform, defect)
Developer Documentation Graveyard
Mozilla Platform
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: shaver, Assigned: sheppy)
Details
(Whiteboard: u=mozdev p=0 c=Platform)
Topics could include:
- creation of threads via the XPCOM services
- an overview of event loops and the processing model ("don't block the UI!")
- use of proxies to call "between" threads
- restrictions on what you can call where (esp. for manipulating the DOM, and during startup/shutdown)
Comment 1•18 years ago
|
||
There's some very rudimentary thread-using code in the test harness, which is in <tools/test-harness/xpcshell-simple/>. That's at least enough to get an event loop running.
...which brings up another interesting point: any docs for Firefox 2 are going to be obsolete for Firefox 3, since the threading model changed. :-\
Updated•12 years ago
|
Component: Documentation Requests → Documentation
Comment 2•12 years ago
|
||
Automatically closing all bugs that have not been updated in a while. Please reopen if this is still important to you and has not yet been corrected.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Comment 3•12 years ago
|
||
Reopening for review by Sheppy.
Assignee: nobody → eshepherd
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Updated•12 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
Assignee | ||
Updated•12 years ago
|
Whiteboard: u=webdev p=0
Assignee | ||
Updated•12 years ago
|
Component: General → Mozilla Platform
Whiteboard: u=webdev p=0 → u=mozdev p=0 c=Platform
Comment 4•9 years ago
|
||
This is now out-of-scope of MDN.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•