What is the relationship and differences between Process and Thread?

Asked

Viewed 48 times

1

I’m reading regarding the class Process and in the documentation it says that it follows the implementation of Threads, however, I have a question regarding the process class and threads.

Doubts

  • How the Process class relates to Thread?
  • In the context of Python, what are the differences between Process and Thread of the threaing module?
  • 1

    Doesn’t that answer? https://answall.com/q/131108/101

  • Worse than not :( would like something focused on Python even to go a little deeper. But you can mark as related. Your answer gave me the general understanding, but now it is more specific.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.