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-03 05:00:01 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!fr.usenet-edu.net!usenet-edu.net!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.programming.threads,comp.lang.ada Subject: Re: Linux or FreeBSD a better choice for threads/tasking? Date: 03 Apr 2001 14:08:59 +0200 Organization: Enyo's not your organization Message-ID: <871yranq1w.fsf@deneb.enyo.de> References: <3AC4EE29.424057F6@ebox.tninet.se> <52Jx6.39238$9O3.723041@news.total.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.programming.threads:3469 comp.lang.ada:6398 Date: 2001-04-03T14:08:59+02:00 List-Id: ptjm@interlog.com (Patrick TJ McPhee) writes: > % 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. > > This is simply untrue. The only serious problem with the Linux thread > model is that each thread is assigned its own process id, contrary to > standards and common sense. IMHO, the Linux model makes signal delivery much more transparent.