performance tuning
Julian Elischer
julian at elischer.org
Mon Nov 15 13:53:15 PST 2004
Petri Helenius wrote:
> Petri Helenius wrote:
>
> > Julian Elischer wrote:
> >
> >>
> >>>
> >>>
> >>> There is work proceeding on 3 fronts.
> >>>
> >>> * libthr continues to be improved by Mike.
> >>
> >>
> >>
> > Is there a guideline when one should consider using libthr? I
> > haven't tried libthr for quite a while.
>
>
>
> To comment myself, just tried libthr and it seems to get stuck on
> umtx fairly easily and the application just sits idle. I just
> libmap.conf:ed pthread->thr. Average lifetime was around five seconds
> before it hung. On libpthread the same piece of software runs for
> months uninterrupted.
>
The good thing about libthr is that, being so different, it tends to
provide a good
second string for helping diagnose problems.. For those applications
that run with it,
they tend to run well. It has its own problems as you noticed, but it's
always worth
checking it now and then.
> Pete
More information about the freebsd-threads
mailing list