[Discuss] Python programming questtion
Rich Pieri
richard.pieri at gmail.com
Sat Jul 4 15:16:45 EDT 2026
https://docs.python.org/3/library/concurrency.html
"The appropriate choice of tool will depend on the task to be executed
(CPU bound vs IO bound) and preferred style of development (event
driven cooperative multitasking vs preemptive multitasking)."
On Sat, 4 Jul 2026 14:04:42 -0400
Jerry Feldman <gaf.linux at gmail.com> wrote:
> I have a python GTK app that uses paramiko to log into a remote host
> and perform a few tasks that populate a class. These work perfectly
> BUT... I do get a 'python not responding' dialog.
> Before I refactor the code,
> Would I be better off using the threading or multiprocess module.
--
\m/ (--) \m/
More information about the Discuss
mailing list