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


Please Help Members By Posting Answers For Below Questions

int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1348


What is the difference between long.class and long.type?

546


cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..

1721


What are transaction attributes?

602


Difference between new operator and class.forname().newinstance()?

585






What are externizable interface?

567


what is meant by JRMP?

1799


How can I avoid validating a form before data is entered?

543


When a thread blocks on i/o, what state does it enter?

564


What is JTS?

1851


Is infobus easy to use?

588


what are the activation groupworks?

1661


What is local interface. How values will be passed?

541


Explain what is orm?

664


What are the purpose of introspection?

667