Bug 81755

Summary: [Qt] Cookie Jar blocks on fsync in SQLITE
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: WebCore Misc.Assignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, kenneth, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.