Limit published applications open more than x times

General conversation about our product. Get help with your 'How To' questions.
Post Reply
fraue
Posts: 1
Joined: Tue Aug 26, 2014 11:09 am

Limit published applications open more than x times

Post by fraue » Tue Aug 26, 2014 11:48 am

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

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Limit published applications open more than x times

Post by admin » Wed Aug 27, 2014 12:02 pm

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.
Olivier
TSplus support team administrator
Image

Post Reply