so how did you expect us to know all this ;-) ?
Could you please post the pipeline you want to optimize ? That way we can get a better understanding of what components you are using.



Joose Vettenranta wrote:


On ke, 2003-10-08 at 12:48, Jorg Heymans wrote:


are you describing a caching mechanism here? That's built-in already.
What is picture-{id} ?



I have data in SQL-database. I create svg according to that data. That data won't change. picutre-{id} is where id == databases ID. So if that file would already be in filesystem, it would be fast to redisplay.

- Joose




Hey,

because serializing svg to png is very slow, is it possible to do
somehow next:

-> if picture-{id} exists -> map:read src="picture-{id}"
-> if not -> generate png file from svg and then save it to filesystem
and then show it.

It would make things much faster.







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



Reply via email to