From owner-freebsd-questions Fri Oct 18 14: 7:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA9F37B404 for ; Fri, 18 Oct 2002 14:07:26 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBB143EAC for ; Fri, 18 Oct 2002 14:07:25 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.5) id g9IL7PbM088317; Fri, 18 Oct 2002 16:07:25 -0500 (CDT) (envelope-from dan) Date: Fri, 18 Oct 2002 16:07:25 -0500 From: Dan Nelson To: Matthias Trevarthan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Multithreading C/C++ code Message-ID: <20021018210725.GD38243@dan.emsphone.com> References: <200210181633.53768.trevarthan@wingnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210181633.53768.trevarthan@wingnet.net> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Oct 18), Matthias Trevarthan said: > Howdy! > > Just curious, but what is the standard way to implement > cross-platform multi-threading? Java has native threads. Windows has > native threads. What do architectures like FreeBSD and other > Unix-like systems use? And what is the standard for cross-platform > implementation? POSIX threads aka pthreads. See the manpage for a quick explanation. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message