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, t...@probo.com
Providenza & Boekelheide, Inc.


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to