Multi-Threading allow a single application to run many procedures at the
same time.

This is useful in servers for example where a server may be required to run
procedures to answer client requests.  With multi-threading you can accept
another client request before finishing the processing of the last client
request.

(Note : This description is not exactly accurate - in that you can write
servers which handle multiple client requests without multi-threading.
However this description gives a good idea to an audience of the purpose of
Multi-threading.)

----- Original Message -----
From: Matthew Comb <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 8:41 AM
Subject: [DUG]: thread definition.


> Hi guys,
>
> I have a conference coming up in which I'm demoing a program. I want to
> touch on the concept of threads but the audience is particularly computer
> illiterate.
>
> Can anyone help me explain the concept of threads in a basic way?
>
> Cheers,
>
> Matt.
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to