Carsten Ziegeler <[EMAIL PROTECTED]> writes: > Grzegorz Kossakowski wrote: >> > It depends on the exact use case and the requirements, but limiting the > pipeline might create a real bottleneck. Imagine several clients with > each one requesting several images at the same time. > > I would rather try to do some offline generation of the images and store > them in the cache and deliver them from cache only. But of course this > depends on the nature of the images like if they change very often or if > the representation various depending on the client etc.
Offline generation isnt quite doable for all my use-cases, but I will add it as an optimization for some use-cases at some point. Limiting the pipeline is of course a bottleneck, but I cant really see how one would solve it otherwise if the pipeline depends on finite resources. > > Carsten > -- > Carsten Ziegeler > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Joakim Verona --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
