Changes between Version 35 and Version 36 of QtBackLog


Ignore:
Timestamp:
Nov 26, 2009 4:21:38 AM (14 years ago)
Author:
zecke@selfish.org
Comment:

Mention the network change, and the issue that QtWebKit is using less requests per host than the network library allows to use.

Legend:

Unmodified
Added
Removed
Modified
  • QtBackLog

    v35 v36  
    2525=== QtWebKit problems ===
    2626||Bug||Description||Commit||Date||
    27 ||||Loading of http://en.wikipedia.org/wiki/Maxwell_equations is triggering bad "scheduling". The loading_standalone test has been extracted but is not able to highlight the problem. This is a Qt and QtWebKit issue, it must be understood first.||||||
     27||[https://bugs.webkit.org/show_bug.cgi?id=31849 #31849]||Loading of http://en.wikipedia.org/wiki/Maxwell_equations is triggering bad "scheduling". The loading_standalone test has been extracted but is not able to highlight the problem. This is a Qt and QtWebKit issue, it must be understood first. The first issue is that QtWebKit will only schedule four requests per host while Qt networking has a higher limit.||||[http://trac.webkit.org/changeset/51411 r5144 - reduce latency]||
    2828||||TCmalloc needs to be tested. Does it make anything faster/slower? How to test memory fragmentation.||||||
    2929||||The fuzz testing will make QtWebKit go in infinite loops and stop working. This situation needs to be analyzed as this can be a serve reliabality problem.||||||