Søren P. Skou wrote: > Shouldn't it be more efficient having more threads?
With threads, it has to do locking, which slows things down a bit. The point of the multithreading is to be able to utilize multiple CPU cores, which can be useful if you have more DNS traffic than a single core can handle. -- Andreas Gustafsson, [email protected]
