From: William Victor Mote Date: Sun, 15 Jun 2003 21:18:29 +0000 (+0000) Subject: Add comment re: multithreading with the AWT Renderer X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1417 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=865cea6bd3d7680276a00a963f42847a3afb7ef5;p=xmlgraphics-fop.git Add comment re: multithreading with the AWT Renderer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196501 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/embedding.xml b/src/documentation/content/xdocs/embedding.xml index 035b37d70..1a0da1313 100644 --- a/src/documentation/content/xdocs/embedding.xml +++ b/src/documentation/content/xdocs/embedding.xml @@ -345,6 +345,8 @@ Here are some tips to mitigate these problems: class to encapsulate the configuration settings and to run FOP in synchronized methods. +

There is also a known issue with fonts being jumbled between threads when using the AWT renderer (which is used by the -awt and -print output options). +In general, you cannot safely run multiple threads through the AWT renderer.

Examples