> 1. 1 producer and no consumers: produce 100,000 objects in 4.87s
> (+-20,000 per second!)
+- 10,000 per second ... your is much better
> 2. 1 producer and 1 consumer; but the consumer only joins the cluster
> without consuming: produce 100,000 objects in 43.82s (+-2,200 per
> second)
3,000 per second.
> 3. Rate stays about the same when I repeat test 2 with multiple
> "idle" consumers.
Same.
> 4. 1 producer and 1 active consumer: produce and consume 100,000
> objects in 273.48s (+-365 per second)
1,500 per second
> 5. Rate stays about the same when I repeat test 4 with multiple
> "active" consumers.
Same.
-talip