[Webkit-unassigned] [Bug 185616] New: Add runtime chech of multi-thread support for SQLite database.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 10:41:47 PDT 2018


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

            Bug ID: 185616
           Summary: Add runtime chech of multi-thread support for SQLite
                    database.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com

SQLite supports multi-thread for long time. https://www.sqlite.org/threadsafe.html
Our code base is allowing to be used from multi-thread by calling disableThreadingChecks() method. As name implies, it's just disabling assert check on debugging mode. Also the name is very much like workaround-ish.

Let's make the name more positive name such as allowMultiThreadUsage or something, and we can add runtime check of threading support of the libsqlite.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180514/4214b967/attachment.html>


More information about the webkit-unassigned mailing list