<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Can you tell us a little bit about your backend and your workload?</blockquote><div><br></div><div>My backend is essentially a very large cache. </div><div>I load several million resource records when the backend first initializes. </div>

<div>I am currently using 6 distributor threads on a 16 core system. The threads all share the cache. I'm using rdwr locking but there should be little contention since virtually all accesses are reads.</div><div>Every 10 seconds the backend cache might have a few changes.</div>

<div><br></div><div>This is exactly what I was doing with the previous backend.</div><div><br></div><div>Given that you are seeing good performance I will look at my code again to see if I might be causing my own problems. </div>

<div>Since my initial post I noticed one area of my code where I might be getting into trouble with the STL. Will route around that code and see how it affects performance.</div><div><br></div><div><br></div></div>