On Fri, 16 Jan 2009 12:11:12 am Roberto Adler wrote: > Hi, > > I'm running unbound with 4 separate threads and I notice that > sometimes the same query > returns ok and sometimes returns error. > I understood that with 4 threads each one have a separate cache. Is > this correct ?
You're compiling it with "--without-pthreads --without-solaris-threads" which disables threading. Each Unbound process will have it's own cache. Hope that helps, Haw -- Haw Loeung Systems Administrator TPG Internet http://www.tpg.com.au _______________________________________________________________________
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Unbound-users mailing list [email protected] http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
