DragonFly users List (threaded) for 2008-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Digest users.v001.n1342
Joerg Sonnenberger wrote
> That code should be nuked completely, it is just stupid. Noone has yet
> found a reason why it should use more than one thread by default.
That may well be the case but I am not in the business of improving
the software and I suppose this applies to you as well. My only
objective here is to keep the software running reasonably and minimize
the patches pkgsrc includes.
Is there any reason to keep
#if defined(_SC_NPROCESSORS_ONLN) && !defined(__DragonFly__)
and _not_ to simplify this to
#if defined(_SC_NPROCESSORS_ONLN)
?
ciao
Klaus
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]