[237] in Pthreads mailing list archive
Re: pthreads and C++
daemon@ATHENA.MIT.EDU (Lars Jonas Olsson)
Fri Jan 19 09:50:07 1996
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
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