Re: Backlog data causes producer to slow down.

2011-12-21 Thread Harish Sharma
Hi Torsten, yea i tried with optimizedDispatch="false" also. And i am using queue. Here is my kahaDb settings : And i also tried with enableIndexWriteAsync="false" but nothing changes much. Also when i ran profiler then i found out when the consumer starts for the first time the

Re: Backlog data causes producer to slow down.

2011-12-21 Thread Torsten Mielke
Hard to say what exactly the problem is. In the past I got to learn the optimizedDispatch="true" isn't always a good choice. Can you try without it? In addition I recently found that enableIndexWriteAsync="true" on your kahadb config may not bring any performance improvement. Not sure if you hav