[webkit-qt] Multiple page rendering using webkit

Tarandeep Singh tarandeep at gmail.com
Fri Apr 15 12:33:07 PDT 2011


Hi,

I need to render a large number of pages and obviously need do this as
efficiently as possible.
Since GUI rendering needs to be done on the main thread, so I can't create
multiple QWebPage threads.

So I am thinking of these 2 solutions-

1) Create one process and have N QWebPage instances so that N pages can be
rendered simultaneously. Here assumption is QT+Webkit behind the scenes
create threads to do parallel IO etc.

2) Create N processes where each process handles 1 page request at a given
time.

Can someone please advice which solution should work better or is there is
another way to achieve this.
I have 16 cores and 32G of RAM.

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20110415/6fa2c2a1/attachment.html>


More information about the webkit-qt mailing list