Hi,

> It is any achievement using this library on a real-time scenario with
> a heavy load on the rendering component ?

The comment below is not batik specific but Java in general.

One way to improve performance is by not shutting down the JVM (reuse
the JVM), so everytime rendering request occur, it doesn't need to load
the whole JVM again. Very useful for servlet.

Regards
Tonny Kohar
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com



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

Reply via email to