[Mondrian] RolapResultShepherd

Joe Barnett thejoe at gmail.com
Mon Aug 15 12:21:03 EDT 2011


Hi Luc,

One comment:

On Mon, Aug 15, 2011 at 9:03 AM, Luc Boudreau <lucboudreau at gmail.com> wrote:
> Hi Julian,
>
> I used a dedicated daemon thread so that one and only one thread would run
> this process...

It looks like you're rather using a dedicated thread pool, not a
single thread?  Executors.newCachedThreadPool() should be creating new
threads as necessary, I believe.  Which should be what we want anyway,
so that concurrent query requests are not serialized behind one
another.  Haven't gotten around to testing this yet though, have you?

Thanks,
-Joe


More information about the Mondrian mailing list