On Tue, 04 Nov 2014 20:30:30 -0200, Lance Java <lance.j...@googlemail.com> wrote:

I'd actually wager a bet that the overhead of managing the threads actually increases the rendering time.

Me too.

If it's the data retrieval that's taking the time, a cache or
multi-threaded data retrieval is probably a better place to focus your
efforts.

Exactly. I believe rendering, by itself, consumes way less time than fetching or writing data to data stores (such as databases), so, even if there was no overhead in parallelization, but it does, the render speed improvement would be insignificant.

Alex, also everyone, all ideas, even the far-fetched, are always welcome. Thanks for that!

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to