RESOLVED FIXED Bug 81755
[Qt] Cookie Jar blocks on fsync in SQLITE
https://bugs.webkit.org/show_bug.cgi?id=81755
Summary [Qt] Cookie Jar blocks on fsync in SQLITE
Allan Sandfeld Jensen
Reported 2012-03-21 03:43:26 PDT
SetCookie currently writes the cookies to the shared cookiejar which is an sqlite database. Since the database is configured to default mode with has full transaction safety, this causes an fsync call that blocks the entire webprocess.
Attachments
Patch (1.44 KB, patch)
2012-03-21 04:15 PDT, Allan Sandfeld Jensen
no flags
Allan Sandfeld Jensen
Comment 1 2012-03-21 04:15:44 PDT
WebKit Review Bot
Comment 2 2012-03-21 05:21:17 PDT
Comment on attachment 133009 [details] Patch Clearing flags on attachment: 133009 Committed r111526: <http://trac.webkit.org/changeset/111526>
WebKit Review Bot
Comment 3 2012-03-21 05:21:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.