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 services in RMI ?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is abstract schema?
What is clustering? What are the different algorithms used for clustering?
what are RemoteObjects?
What is the purpose of the wait(), notify(), and notifyall() methods?
Describe, in general, how java's garbage collector works?
What is synchronization and why is it important?
Define prototype?
What are the types of scaling?
What are the different algorithms used for clustering?
What restrictions are placed on the location of a package statement within a source code file?
Are we allowed to change the transaction isolation property in middle of a transaction?
Do I have to use jsps with my application?
What is prototype?