0
I am developing a software and the client will only be able to use the system on a certain number of computers at a time. I’d like to know how I get the number of machines that have the system open every time a computer tries to open the system. If the amount of open computers exceeds the limit(Amount of computers varies with the license of use that the customer acquires when purchasing the system), the system will not open.
Do you have a central server for clients to communicate to? Or the application and
standalone
?– Omni
Has a server.
– user18748