in reply to Re^2: Sharing Package variables across threads
in thread Sharing Package variables across threads

the idea of two threads in the same process is a bit confusing to me.

Don't you mean "the idea of threads is a bit confusing to me"?

Threads are always in the same process. One never deals with threads in other processes.

  • Comment on Re^3: Sharing Package variables across threads