mapfish-print
mapfish-print copied to clipboard
Sub report filling should share one thread pool
At the moment jasper reports creates a new thread pool each time a report is generated. The thread pool is created for filling/generating subreports. In our case we need to be able to control the number of threads spawned so we need to be able either have the subreports be run in same thread or use a single thread pool we can control.