On 10/4/07, Jonas Sandman <[EMAIL PROTECTED]> wrote:
> Well I am certainly a newbie in this context, threads must certainly
> be used when writing Windows application since you are not at liberty
> to splinter your process like you can on a *nix based system, no?

It's just that the classic Unix environment encourages multiple
processes, and the Windows environment encourages multiple threads,
when you have parallel tasks to perform.  There aren't any fundamental
issues that prevent you from using either method in either
environment, as appropriate.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to