<div><div><span style="font-size: 14px; line-height: 1.5;">In these 2 posts</span></div><div>http://nathanhorne.com/?p=353</div><div>http://www.riverbankcomputing.com/pipermail/pyqt/2011-January/028961.html</div><div><br></div><div>says </div><div>"when the threaded code is calling long running c/c++ functions, such as a database select, it will release the GIL until the call completes.  This is all done automatically within python and PyQt.  This is ¡°real¡± multithreading."</div><div><br></div><div>if he is right(QThread is "real" multithreading in Python),then why not add QtConcurrent to PyQt ?</div></div><div><br></div>