[Webkit-unassigned] [Bug 29975] [Qt] Inform the application when a new request is created.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 06:29:05 PDT 2009


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





--- Comment #20 from Simon Hausmann <hausmann at webkit.org>  2009-10-07 06:29:05 PDT ---
(In reply to comment #12)
[...]
> QtWebKit actively encourages that application have only 1 QNetworkAccessManager
> that is shared among all of the existing QWebPages.  There are a number of
> valid reasons for this
> - Only X number of connections to a host at a time
> - QNetworkCookieJar and QNetworkDiskCache syncing issues
> - Memory and cpu usage of running multiple of these of course

I think these are very very valid points, but I also think they are technically
bugs in the QNetworkAccessManager implementation. Multiple QNAMs should share
the connection count. The implementation should allow for sharing CookieJar and
DiskCache, just as the API suggest that this is possible.

Do you agree Benjamin?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list