|
-
Nov 9th, 2000, 12:07 AM
#1
Thread Starter
Hyperactive Member
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?
-
Nov 10th, 2000, 11:36 AM
#2
Lively Member
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
-
Nov 10th, 2000, 08:48 PM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|