I wantr to know, How many number of users logged in to
website? can any one answer

Answer Posted / ritesh parkhi

Number of users loged on website is depends on Pool Size of
there connection string. By Default MaxPoolSize=100 and
MinPolSize=0.
if Max pool size in 100 so only 100 user can loged in.If 101
user will try to simultaneously you will get TimeOut error
because your connectionstring wait to free one of connection
onject out of 100.

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why are some of the class and element names counter-intuitive?

561


What is threadfactory?

604


What’s jboss jbpm?

570


Do we need to override service() method

1132


how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.

1740






what is a non-repeatable read?

1815


what is handle?

1840


When is the best time to validate input?

591


What is a modular application? What does module-relative mean?

534


How is a java object message delivered to a non-java client?

566


What is mdb and what is the special feature of that?

556


Difference between new operator and class.forname().newinstance()?

589


What is the relation between the infobus and rmi?

549


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

3437


What is the difference between static and non-static with examples?

1345