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
What are the pros and cons of detached objects?
What is metaspace?
What’s jboss cache in short?
How will you pass parameters in RMI? Why do you serialize?
Should synchronization primitives be used on bean methods?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Describe activation process?
What restrictions are placed on the location of a package statement within a source code file?
Why use a datasource when you can directly specify a connection details?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
How task's priority is used in scheduling?
Can constructors be synchronized in java?
When a thread blocks on i/o, what state does it enter?
How database connectivity in XML is achieved?
What is a modular application?