Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA16598; Fri, 19 Jan 96 08:53:29 EST
Received: from Kitten.mcs.com by MIT.EDU with SMTP
	id AA07615; Fri, 19 Jan 96 08:48:58 EST
Received: from mailbox.mcs.com (Mailbox.mcs.com [192.160.127.87]) by kitten.mcs.com (8.6.10/8.6.9) with SMTP id HAA15802 for <pthreads@mit.edu>; Fri, 19 Jan 1996 07:49:08 -0600
Received: by mailbox.mcs.com (/\==/\ Smail3.1.28.1 #28.5)
	id <m0tdHBj-000QiSC@mailbox.mcs.com>; Fri, 19 Jan 96 07:49 CST
Received: by mars.mcs.com (/\==/\ Smail3.1.28.1 #28.5)
	id <m0tdHBi-0005yYC@mars.mcs.com>; Fri, 19 Jan 96 07:49 CST
Message-Id: <m0tdHBi-0005yYC@mars.mcs.com>
Subject: Re: pthreads and C++
To: pthreads@MIT.EDU
Date: Fri, 19 Jan 1996 07:49:06 -0600 (CST)
From: "Lars Jonas Olsson" <jonas@mcs.com>
Cc: jonas@mcs.com
In-Reply-To: <199601181612.KAA00691@cascade.cs.utexas.edu> from "William S. Gribble" at Jan 18, 96 10:12:36 am
X-Mailer: ELM [version 2.4 PL24]
Content-Type: text
Content-Length: 702       

 I'm going to pick up my "Threads Primer" today. Is there any other
book that deals with C++ and threads? 

 My work is in image processing and microscopy, doing things like
auto-focus, this involves synchronizing a thread that controls focus
actuator and a thread that controls frame grabber and focus measure
calculation. Another example of what I need is for image classes where
some image operations are done in parallel on multiple (2 right now)
CPUs.

 I have done these on UnixWare so far and now plan to do some similar
things on FreeBSD (no SMP yet) and pthreads. Are there any special
installation or other notes for using pthreads on FreeBSD? To
what extent is lib++/g++ thread-safe?

Jonas
