Jump to content

JS Scalability - Concurent execution


akossar

Recommended Posts

Is there a way to limit the execution of concurent reports in jasper server in either pro or open version? Currently we are using jasperreports in our execution engine and we have the choice of limiting the number of concurent threads by limiting the number of listeners on our JMS queues. Is there a way we can achieve this funtionality in JS?
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

There is no report execution governor built into JasperServer.

 

Still, an upper limit of the number of report executions is given by the number of servlet threads (for report executed using the web UI or web services) and the number of Quartz/scheduler threads (for scheduled report executions).

 

Regards,

Lucian

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...