Results 1 to 3 of 3

Thread: Counting Concurrent User?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Cool

    Do anybody can suggest how I can control number of
    concurrent user that is running my own AP?

    Any method is welcome, even writing another program-program
    communication program is OK.

    Any hint?

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    Lincolnshire, UK
    Posts
    111
    If everyone runs the app from the same place, then you could save a file (probably the Computername & ".Con") and each time the app starts, count the number of .con files in the folder. When a user closes the program, delete their file.

    This could cause problems if a machine crashes though as it will leave the system with one less space for the computer (speaking from experiance!)

    Cheers

    Chris

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318
    Thanks chrisfricke,

    As you mentioned, this definitely is a problem because it
    requires a lot of administration (you know, M$ always crash)

    Now I am evaluating using a chat protocol to check it.

    How do you think?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width