批量压缩导出报表

imagepng

批量压缩导出时这个地方一直显示超时, 在页面单个访问没有问题, 批量就不行

ReportDefine rd = null;  
try{  
  rd = (ReportDefine)ReportUtils.read(reportPath);//读取报表模版  
}  
catch (Exception e){  
 e.printStackTrace();  
}