Re: Problems when using AWTRenderer for asynchron printing

2005-02-06 Thread J.Pietschmann
Alexander Elsholz wrote: its not a jdk problem. i tried the latest jdk 1.4.2_06 and also the jdk 1.5_01 without any success. The AWT font subsystem had well known problems with multithreding in 1.3 and up to 1.4.1. It is said Sun fixed *some* issues, but there may be still some remaining. I sugges

Re: Problems when using AWTRenderer for asynchron printing

2005-02-06 Thread Alexander Elsholz
J.Pietschmann wrote: Alexander Elsholz wrote: we use the awtrenderer for asynchron printing. that means start printjob in an own thread and we stop the rendering-process when page-queue is larger then 3 items. the print-method of pageable wakes up the renderer to go on. Since few months we have

Re: Problems when using AWTRenderer for asynchron printing

2005-02-06 Thread J.Pietschmann
Alexander Elsholz wrote: we use the awtrenderer for asynchron printing. that means start printjob in an own thread and we stop the rendering-process when page-queue is larger then 3 items. the print-method of pageable wakes up the renderer to go on. Since few months we have font-scaling problems an

Problems when using AWTRenderer for asynchron printing

2005-02-04 Thread Alexander Elsholz
Hi folks, we use the awtrenderer for asynchron printing. that means start printjob in an own thread and we stop the rendering-process when page-queue is larger then 3 items. the print-method of pageable wakes up the renderer to go on. Since few months we have font-scaling problems and we have fin