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-04-01 12:52:21 PST Path: supernews.google.com!sn-xit-03!supernews.com!cyclone-sf.pbi.net!209.10.34.151!newsfeed.sjc.globix.net!nntp.webmaster.com!not-for-mail From: David Schwartz Newsgroups: comp.programming.threads,comp.lang.ada Subject: Re: Linux or FreeBSD a better choice for threads/tasking? Date: Sun, 01 Apr 2001 12:41:15 -0700 Organization: WebMaster, Incorporated Message-ID: <3AC7845B.F3314769@webmaster.com> References: NNTP-Posting-Host: joelkatz.goldrush.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: nntp.webmaster.com 986154075 10482 206.171.168.130 (1 Apr 2001 19:41:15 GMT) X-Complaints-To: abuse@webmaster.com NNTP-Posting-Date: 1 Apr 2001 19:41:15 GMT X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en Xref: supernews.google.com comp.programming.threads:3447 comp.lang.ada:6318 Date: 2001-04-01T19:41:15+00:00 List-Id: Mike Silva wrote: > Is either of these OSes (on x86) the preferred choice based on completeness > 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 > any comments. > > Mike In my experience, multithreaded programs running agressively on FreeBSD inevitably crash. The Linux threading model is much stabler. I've tried both FreeBSD's libc_r and the port of LinuxThreads. DS