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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3f60acc31578c72b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news4.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Norbert Caspari Newsgroups: comp.lang.ada Subject: Re: question about tasks, multithreading and multi-cpu machines Date: Thu, 16 Mar 2006 05:22:51 +0100 Organization: T-Online Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1142482970 02 16393 v75Cvb9vZOw5eWW 060316 04:22:50 X-Complaints-To: usenet-abuse@t-online.de X-ID: XuzFB2ZfQe-xvn0r8n7r8w32yizvUZK087CPulpilhyvGnbJdXqas7 User-Agent: KNode/0.4 Xref: g2news1.google.com comp.lang.ada:3371 Date: 2006-03-16T05:22:51+01:00 List-Id: Jean-Pierre Rosen wrote: > It depends on which run-time you use. If you use FSU-threads, you'll use > only one CPU, but if you use native threads, you should get full use of > you CPUs. Check the documentation to learn how to switch run-times (it > is just a symbolic link you need to change). This sounds interesting. Maybe a solution for me. Could you please tell me more about this feature? Thanks a lot for your help. Best Regards, Norbert