[Webkit-unassigned] [Bug 56144] New: DatabaseTracker threading model should be changed to use message passing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 14:11:35 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=56144

           Summary: DatabaseTracker threading model should be changed to
                    use message passing.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


DatabaseTracker threading model should be changed to use message passing.

The original model tried carefully to guard shared data with locks, etc.

In our experience it has been working fine and there's no known outstanding issues with it.  But the model itself fragile to work with, and we could make it more robust by transitioning to a message passing model.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list