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
What is table mutation and how do you avoid it?
What class is used to create Server side object ?
Can I run seam outside of jboss as?
Is “abc” a primitive value?
the same information whether it will connect to the database or it will be used previous information?
what is a non-repeatable read?
What is Remote Server?
how do you Handle Front End Application data against DB with example?
What is abstract schema?
Are enterprise beans allowed to use thread.sleep()?
What is the difference between a static and a non-static inner class?
What is an abstract method?
Why do I get a duplicate name error when loading a jar file?
Java is fully object oriented languages or not?
How will you pass parameters in RMI? Why do you serialize?