Page 1 of 1

Limit published applications open more than x times

Posted: Tue Aug 26, 2014 11:48 am
by fraue
Hi,

due to some software licences we need the possibility to controle that a software can´t be started more than licenses are available.
In Citrix it´s calling "limit instances in server farm to"...I can´t find a option to set this in TSplus.
Is this feature still available or planed ?

Thanks

Frank

Re: Limit published applications open more than x times

Posted: Wed Aug 27, 2014 12:02 pm
by admin
Hello,

That is simple scripting developpement.
You just have to create a small launcher program which will start your application.
The first think this launcher program will do will be to check how many instances are already running.
If the limit is hit: Exit
And of course you publish this launcher program instead of your application.
That is a 5 lines code. Nothing complex to create.