WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Allan Sandfeld Jensen
Comment 1
2012-03-21 04:15:44 PDT
Created
attachment 133009
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug