You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Normen Ruhrus <n....@alphasoft.biz> on 2018/07/27 12:00:55 UTC

Does FOP makes use of multiple CPUs?

Hey everyone,

 

just making sure iam right about this. Is it true that FOP, in all versions,
is doing the rendering process in a single thread and there is no inherent
functionality to make use of several CPUs, for instance establishing one
thread for the rendering of one page, so that you´d have multiple threads
running concurrently rendering one page each?

 

Thanks for clarification and best Regards

 

Normen

 


RE: Does FOP makes use of multiple CPUs?

Posted by Simon Steiner <si...@gmail.com>.
Hi,

 

FOP uses 1 thread, if you have multiple FO files you can render each of
these in separate threads by calling FOP API .

 

Thanks

 

From: Normen Ruhrus <n....@alphasoft.biz> 
Sent: 27 July 2018 13:01
To: fop-users@xmlgraphics.apache.org
Subject: Does FOP makes use of multiple CPUs?

 

Hey everyone,

 

just making sure iam right about this. Is it true that FOP, in all versions,
is doing the rendering process in a single thread and there is no inherent
functionality to make use of several CPUs, for instance establishing one
thread for the rendering of one page, so that you´d have multiple threads
running concurrently rendering one page each?

 

Thanks for clarification and best Regards

 

Normen