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 is TL and its use?
Why do threads block on i/o?
What is difference between object state and behavior?
Is the infobus client side only?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Describe responsibilities of Activator?
What is the difference between ear, jar and war file?
To identify IDL language what mapping mechanism is used?
How to pass parameters in RMI?
how to use debug in my elipse to solve problems that exist in my project
Why is string immutable in java?
Can constructors be synchronized in java?
What are the different class loaders used by jvm?
Which javutil classes and interfaces support event handling?
What is abstract schema?