Digest users.v001.n1342

Klaus Heinz k.heinz at maeracht.kh-22.de
Thu Mar 20 20:06:29 PDT 2008


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






More information about the Users mailing list