Hi,
If you intend to service more users than you have cores, then I am not
certain that making rendering of a single page operate concurrently is
going to help, since as soon as you have a few users using the system,
Sling will be using all available cores to concurrently serve
requests. A typical
Hi Olaf,
Maybe not necessarily for the rendering part itself but I was wondering if
there's some sort of pre-processing/loading of data that could be done
using the quartz jobs and storing that somewhere. Then during rendering
you don't have to do so much processing before rendering. Just grab t
Hi all,
I would like to gather a few ideas concerning a granular, perhaps even
generic approach to better using multicore architectures in Sling.
First, some context:
Basically, I am facing a scenario where we are running a rather
sophisticated web application (lot's of dynamic stuff, closed