Jump to content
We've recently updated our Privacy Statement, available here ×

How many concurrent users can use in JasperServer


lawks

Recommended Posts

Hi,

I am using JasperServer 3.5 Communication with MSSQL database. A simple report can be generated within 10s for 1 user is online. However when around 10 users are online in different machine. The previous user generate the same report using around 180s. Is there any limitation on the number of concurrent users? or any thead configration need to tune on the JasperServer?

Regards,

K.S.

Link to comment
Share on other sites

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

as ive read in this forum, this presumably has to do with you JDBC/ODBC connection to the database.

 

edit: i checked the forum couldnt find it that fast :P but i know it because Sherman said it :p  it has something to do with the max of 5 concurrent connections :) gl



Post Edited by sjongenelen at 11/17/2009 09:40
Link to comment
Share on other sites

Make sure you do not have debugging level logs turned on for JasperServer...This one bit me last week...I could not figure out why my web service calls were taking so long to return the report structures, etc...I had turned on debug level in the log4j.properties file to debug something else and forgot to set it back...duh...                        :('

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...