Closed
Bug 1168135
Opened 9 years ago
Closed 9 years ago
Cache API should share initial setup DB connection with following Actions
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: bkelly, Assigned: bkelly)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
(deleted),
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
When I implemented bug 1134671 I allowed the sqlite DB connection to be shared between most Actions, but not the initial setup Action. The setup is run on the quota IO thread currently, so the connection could not be shared directly with the other actions.
This should be fixed to minimize startup costs and also permit further optimizations. For example, I'd like to move certain database maintenance to the close of the DB connection, but I can't do that when we consistently open two connections.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8610147 -
Flags: review?(ehsan)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8610165 -
Flags: review?(ehsan)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8610168 -
Flags: review?(ehsan)
Comment 4•9 years ago
|
||
I'll finish reviewing this tomorrow...
Updated•9 years ago
|
Attachment #8610147 -
Flags: review?(ehsan) → review+
Updated•9 years ago
|
Attachment #8610165 -
Flags: review?(ehsan) → review+
Updated•9 years ago
|
Attachment #8610168 -
Flags: review?(ehsan) → review+
Comment 6•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f06a2343352b
https://hg.mozilla.org/mozilla-central/rev/ef2deb184bf9
https://hg.mozilla.org/mozilla-central/rev/a809254e6fe9
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•