From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a6c65cbc407987fe,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-14 05:17:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.litech.org!eurocyber.net!newsfeed.muc.eurocyber.net!fu-berlin.de!news.uar.net!carrier.kiev.ua!news.lucky.net!not-for-mail From: "Artiom Ivanov" Newsgroups: comp.lang.ada Subject: dynamic multithreading Date: Thu, 14 Nov 2002 15:12:41 +0200 Organization: Unknown Message-ID: NNTP-Posting-Host: malva-56k-lucky.malva.com.ua X-Trace: news.lucky.net 1037279710 30946 193.193.194.126 (14 Nov 2002 13:15:10 GMT) X-Complaints-To: usenet@news.lucky.net NNTP-Posting-Date: Thu, 14 Nov 2002 13:15:10 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:30868 Date: 2002-11-14T15:12:41+02:00 List-Id: I have a question to all who had been working closely with multithreaded programming. As you know in many applications when using threads, we sometimes need to create a "tasks" dynamically (I mean at run-time). For example when you need to create a server for a client applications (when there can be more then one client application) you need to create tasks when it's needed at run-time and after finishing processing destruct them. It will be very cool if you could explain me a way to proceed for dynamic multithreading and post me some examples. Thanks in advance