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().


The SVG on the other hand changes seldomly, so it might make sense to cache the DOM and GVT trees.

Regards
        Robert

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



Reply via email to