[PySide] Keeping GUI responsive

Tim Roberts timr at probo.com
Fri Dec 6 19:36:41 CET 2019


Bob Hood wrote:
>
> Perhaps I'm misunderstanding what you're trying to achieve, but...
>
> Python is not multi-threaded:  Never has been, and from what I can 
> tell, never will be.

That's not really fair.  Python code certainly CAN be multi-threaded, 
but the multi-threading isn't effective for computationally-intensive 
code because of the GIL.  Python multi-threading is quite effective for 
I/O bound solutions, like TCP servers.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3389 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20191206/4ea3864c/attachment.bin>


More information about the PySide mailing list