Robert Casties <[EMAIL PROTECTED]> writes:

> Måns Rullgård wrote:
>> Robert Casties <[EMAIL PROTECTED]> writes:
>>>TranscoderOutput output =
>>>     new TranscoderOutput(response.getOutputStream());
>> I would consider rasterizing into a byte[] array and caching that to
>> save some time in the future.
>
> Thanks for the consideration but the problem in this case is that the
> render size of the output depends on the window size of the users
> browser which varies from user to user. Calls requesting the same
> geometry from the same user are taken care of by client-side caching
> and Servlet.getLastModified().

Imagine 10000 different clients requesting the same rendering.

-- 
Måns Rullgård
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to