Patch KIO::AccessManager
Thiago Macieira
thiago at kde.org
Mon Aug 17 09:09:53 BST 2009
Em Domingo 16 Agosto 2009, às 14:31:01, Dawit A. escreveu:
> The attached patch changes KIO::AccessManager to schedule all the job
> requests it receives to prevent the explosion of kio_http process that can
> get spawned when many requests are made by an application all at once, e.g.
> rendering any moderately complex site.
>
> You can easily see this by using the webkitpart in Konqueror and visiting
> any moderately complex site. For example, before the patch visiting
> qt.nokia.com/developer spawns 21 kio_http processes where as only 2 are
> spawned with the patch. Actually the scheduler always seems to spawn only 2
> processes per site.
That's how it should be. I'm wondering why the explicitly scheduling is
necessary.
Shouldn't all jobs be scheduled by default in KIO?
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Senior Product Manager - Nokia, Qt Development Frameworks
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
Qt Developer Days 2009 | Registration Now Open!
Munich, Germany: Oct 12 - 14 San Francisco, California: Nov 2 - 4
http://qt.nokia.com/qtdevdays2009
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20090817/13e5afd6/attachment.sig>
More information about the kde-core-devel
mailing list