Bug 37022 - Limit the number of HTTP connections on WinCE to 3
Summary: Limit the number of HTTP connections on WinCE to 3
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Other
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-04-02 06:59 PDT by Ismail Donmez
Modified: 2010-04-02 10:33 PDT (History)
1 user (show)

See Also:


Attachments
Limit the number of HTTP connections on WinCE to 3 (1.05 KB, patch)
2010-04-02 07:00 PDT, Ismail Donmez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ismail Donmez 2010-04-02 06:59:33 PDT
This matches the symbian behaviour.
Comment 1 Ismail Donmez 2010-04-02 07:00:21 PDT
Created attachment 52414 [details]
Limit the number of HTTP connections on WinCE to 3
Comment 2 Laszlo Gombos 2010-04-02 08:50:14 PDT
According to the comment made in r52079 best performance is achieved if numbers are aligned in QtNetwork and QtWebKit. 

In QtNetwork the QHttpNetworkConnectionPrivate::defaultChannelCount is still set to 6 (and not 3) for WinCE. 

Are you sure that this change will increase load performance on WinCe ? Do you have some numbers ?
Comment 3 Ismail Donmez 2010-04-02 08:55:44 PDT
(In reply to comment #2)
> According to the comment made in r52079 best performance is achieved if numbers
> are aligned in QtNetwork and QtWebKit. 
> 
> In QtNetwork the QHttpNetworkConnectionPrivate::defaultChannelCount is still
> set to 6 (and not 3) for WinCE. 
> 
> Are you sure that this change will increase load performance on WinCe ? Do you
> have some numbers ?

I have no numbers actually and if its 6 in Qt, I withdraw my patch :-)
Comment 4 Laszlo Gombos 2010-04-02 10:33:43 PDT
Comment on attachment 52414 [details]
Limit the number of HTTP connections on WinCE to 3

Clearing review flag to take out from the review queue.