Re: Processes and Threads



Thank you very much for your response. It did help.

i know that processes can create threads and processes, but my question
is: can threads create other threads or even processes?

If not, how could you *ever* create a thread or a process? If any code
is running, by definition it's a thread.

I was not thinking of the main thread as a "real" thread. But now it is clear.

Many thanks,

Jan
.