Page 1 of 1
Multi-user program
Posted: Thu May 09, 2013 9:55 am
by alver
Hello guys,
if you launch a software on multiple PCs connected to a network, I can determine how many are turning, so as to limit the number? Type multi-user programs.
Re: Multi-user program
Posted: Thu May 09, 2013 10:12 am
by Maitre_Kanter
Hi Alver,
if you want to know how many programs are running, I suggest you to use Server.
Each program must have to register at the server and the server can determine how many programs are running.
Arnaud.
Re: Multi-user program
Posted: Thu May 09, 2013 10:35 am
by alver
Thanks for the reply, Arnaud. I'd like to know if it was also possible to determine from the program, in the event that the server was run on Linux or Mac (the software is exclusively for Windows - needs work). Thanks again ...
Re: Multi-user program
Posted: Thu May 09, 2013 10:46 am
by Maitre_Kanter
I understand but keep in mind that Purebasic is a cross-plateform compiler... So Mac or Linux is not the problem.
May be each program can write in a remote file (on a ftp server...)...
Waiting for another reply from purebasic user...