Stan Pinte wrote:
by the way, is ir re-entrant? (could be used by multiple threads at the same time to render different pdf's)?

No, the rendering methods are all synchronized. If you want to take advantage of multiple threads you probably have to implement a pool. In most cases however rendering is CPU bound, and you need some rather expensive iron, perhaps MP, in order to get really something out of paralell rendering.

J.Pietschmann


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



Reply via email to