I wantr to know, How many number of users logged in to
website? can any one answer
Answer Posted / pradeep
1. If the website is static pages no data base interaction
then using static variable we can find out how many users
loged into the system.
2.If the webpage is data base centric and for accessing
any page we are retriving data then we can find the max. no
of connections .
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can I use javascript to submit a form?
Why are component architectures useful?
What is the difference between static and non-static with examples?
which book is better for jdbc ,servlets and jsp
Explain the steps in details to load the server object dynamically?
Describe, in general, how java's garbage collector works?
What is a clone?
what are memory considerations of jsp compares to other web components?
which type of objects reference will be given to client?
Can constructors be synchronized in java?
Why won’t the jvm terminate when I close all the application windows?
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.
How to deploy Jar, War files in J2EE?
what are the activation groupworks?
Which container method is used to cause a container to be laid out and redisplayed?