Date: Mon, 2 Sep 2002 19:01:45 +1000 From: Edwin Groothuis <edwin@mavetju.org> To: Pascal Giannakakis <CapM@gmx.net> Cc: freebsd-questions@freebsd.org Subject: Re: Threads in FreeBSD and C++ Message-ID: <20020902090145.GW785@k7.mavetju> In-Reply-To: <12856.1030956729@www54.gmx.net> References: <12856.1030956729@www54.gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 02, 2002 at 10:52:09AM +0200, Pascal Giannakakis wrote: > i'm coming from a Java background and want to write some C++ code for > FreeBSD, just > for fun. In some C++ tuts, it says there is no multithreading on unices. > Does this > apply to FreeBSD? I think i've read something in the handbook where a > multithread-option in the kernel is mentioned. POSIX threads are available, see the pthread(3) manpage for it. There is a tutorial for it available at this website: http://www.uq.edu.au/~cmamuys/humbug/talks/pthreads/pthreads.html (just click proceed) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020902090145.GW785>