On 2021-01-27 1:04 a.m., Martin Pitt wrote:
> Ugh, is HPPA know to have such a poor threading performance in general?
Yes.  Locking is done with a light weight system call.  There's only one atomic 
instruction, ldcw.
So if there's a lot of contention, things run very slowly.

Thanks,
Dave

-- 
John David Anglin  dave.ang...@bell.net

Reply via email to