At 10:31 PM 11/9/98 +0100, you wrote:
>Hi,
>
>is there a introduction paper or something similar on the net, from
>where I can learn how to program my multiprocessor system (2xPII266)
>under Linux on a quite high level? Maybe there are some general C, C++
>or Java libs (by all means no low level kernel hacking) I can use
>under linux smp.
Instead of using a thread library (which I consider rather low-level)
you should consider using OpenMP or some other language extension to C
or C++ (see "http://www.openmp.org/"). IMHO using threads directly is
akin to using machine language -- it is not suited for everybody's
problems.
-erik
-----
Erik Schnetter <[EMAIL PROTECTED]>