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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: ffc1e,d0d32a18bbb61bb0 X-Google-Attributes: gidffc1e,public X-Google-Thread: 103376,d0d32a18bbb61bb0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-31 15:12:07 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!skynet.be!news.algonet.se!algonet!pepsi.tninet.se!not-for-mail From: Stefan Skoglund Newsgroups: comp.programming.threads,comp.lang.ada Subject: Re: Linux or FreeBSD a better choice for threads/tasking? Date: Fri, 30 Mar 2001 22:35:53 +0200 Organization: Telenordia Message-ID: <3AC4EE29.424057F6@ebox.tninet.se> References: NNTP-Posting-Host: du21-241.ppp.algonet.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: zingo.tninet.se 986080029 3299 195.100.241.21 (31 Mar 2001 23:07:09 GMT) X-Complaints-To: abuse@algo.net NNTP-Posting-Date: 31 Mar 2001 23:07:09 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: sv,en,en-US Xref: supernews.google.com comp.programming.threads:3441 comp.lang.ada:6307 Date: 2001-03-31T23:07:09+00:00 List-Id: Mike Silva wrote: > and performance of their threading implementations? I'm looking to improve > my skills at both raw POSIX threads programming and Ada task programming > (GNAT) and want to make the right OS choice, if there is one. Thanks for Personally i think that the thread model in Linux sucks. The one in Solaris is much better. Solaris has OS supported sync of threads in the same task. You can create a mutex which works correctly between threads in the same task. Linux DOESN't support that.