On Tue, May 13, 2008 at 10:31 AM, Phil Thompson
<[EMAIL PROTECTED]> wrote:
>  > >  This release fully supports Qt v4.4 with the exception of QtConcurrent.
>  >
>  > Do you anticipate on supporting this in the near term future?
>
>  Given the GIL it doesn't make much sense - unless somebody has got some 
> bright
>  ideas...

The thing I was interested in was using the QThreadPool and QRunnable
classes. For my  project, I want to throw some expensive database
queries into multiple threads. Since that will block IO bound, the GIL
should be released before the call, which would allow for the threads
to run at the same time.
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to