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!
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to