Check number of concurrent users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mastanrao
    New Member
    • Jan 2008
    • 10

    Check number of concurrent users

    I want to findout how many concurrent users are avilable an application and i want allow 4 concurrent users with same username and password and i want to restrict 5 user.whenever user singout 5 with user to be allowed.Please tell me the solution asap.
    advanced Thanks a lot
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Hi mastanrao

    Welcome to TSDN. Hope you get answers to all your questions from this this site. To make this site maintainable and searchable please follow the Posting Guidelines which can be found in the Help section located at the right hand upper corner of this page (in blue). Especially on choosing an approprate title for your thread

    -Shashi
    Moderator

    Comment

    • Shashi Sadasivan
      Recognized Expert Top Contributor
      • Aug 2007
      • 1435

      #3
      What is the type of application?

      It seems it is some sort of service that is being used by the client systems.

      Please provide more details

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        If you are storing the login / logout info in a database ,it will be very easy to implement the logic.

        Comment

        • Shashi Sadasivan
          Recognized Expert Top Contributor
          • Aug 2007
          • 1435

          #5
          Originally posted by debasisdas
          If you are storing the login / logout info in a database ,it will be very easy to implement the logic.
          Along with a login time which is updated before a timeout period (which is defined) expires.

          Comment

          • mastanrao
            New Member
            • Jan 2008
            • 10

            #6
            please provide the coding.It is a web based application.

            Comment

            • Shashi Sadasivan
              Recognized Expert Top Contributor
              • Aug 2007
              • 1435

              #7
              Originally posted by mastanrao
              please provide the coding.It is a web based application.
              Hi mastanrao,
              We provided you with a few logical implications to your solution.
              However we maynot be able to code it for you. Thats why you get the job of programming / developing.
              If you do face issues in your code or any further logic we will be glad to help you

              -Moderator

              Comment

              Working...