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

Description Allan Sandfeld Jensen 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.
Comment 1 Allan Sandfeld Jensen 2012-03-21 04:15:44 PDT
Created attachment 133009 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-03-21 05:21:21 PDT
All reviewed patches have been landed.  Closing bug.