[Tilesathome] Faster batik rendering

Jiri Klement jiri.klement at gmail.com
Tue Jul 15 00:52:30 BST 2008


Hi,

I've finally had some time to integrate batik agent into t at h client.
To use it, follow these steps;

- download and apply patch http://jttt.110mb.com/batik.patch
- download http://jttt.110mb.com/batik-agent.jar to t at h directory
- modify tilesAtHome.conf:
  Batik=3
  BatikClasspath =
/usr/share/batik-1.6/lib/batik-rasterizer.jar:/usr/share/xerces-2/lib/xercesImpl.jar:batik-agent.jar
  The classpath is correct for current gentoo, it might be different
for other OS

BatikAgent should work out of the box for loop mode. In xy mode you
need to start agent first with ./tilesGen.pl startBatik and when
finished stop it with ./tilesGen.pl stopBatik

The agent seems to work on my Gentoo box, I didn't have change to test
it on Windows or other linux


> I've written simple app to make rendering by batik faster. It's
> consist of client and server. Client sends requests to server, server
> does the rendering. Because server runs for long time, optimalizations
> performermed by JVM can be used.

--
Jiri




More information about the Tilesathome mailing list