Quote:
Originally Posted by aridash
it occurs to me that distributing the program may circumvent both the EULA and single machine problems. If many people run the app and upload to a central DB server, which can sort the duplicates before populating the DB (maybe two, one logging all entries so you can correct any errors), which in turn can be read by a client.
|
Seems to me you will indeed need at least around 5-10 logged in clients to make this relyable. The system can be made so that at most 10 people connect to the server at the same time, while all other clients just idle untill one of the 10 disconnects.