Subject: Re: SMP & scheduler activations ?
To: Martin Weber <Ephaeton@gmx.net>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 05/10/2004 14:39:49
On Mon, May 10, 2004 at 02:36:19PM +0200, Martin Weber wrote:
> afaik smp & scheduler activations don't play well together.

This has been fixed.

> That is, I'm not going to have
> problems when using -current (SMP & pthreads) on a multi-cpu machine ?

I'm running a -current SMP machine without any problems.
You will get SA processes on all CPUs if you set PTHREAD_CONCURRENCY
to some number >= your actual CPU count. The default, unfortunately, is 1.
This could be considered a bug.

Martin