Re: Sling, rendering and multicore architectures

2012-11-13 Thread Ian Boston
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

Re: Sling, rendering and multicore architectures

2012-11-13 Thread Sarwar Bhuiyan
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

Sling, rendering and multicore architectures

2012-11-13 Thread Olaf Otto
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