|
|
| "be consistent" | |
| PerlMonks |
Re: returning from a thread ?by EdwardG (Vicar) |
| on Aug 21, 2003 at 10:30 UTC ( [id://285483]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
To answer the Win32 part of your first question: An application consists of one or more processes. A process, in the simplest terms, is an executing program. One or more threads run in the context of the process. A thread is the basic unit to which the operating system allocates processor time. A thread can execute any part of the process code, including parts currently being executed by another thread. Source: MSDN
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||