Hi,
in an linux server with Apache+fastcgi+gas=2.41.18 with BDL 2.41 with a license for 5 users,
without license manager,
i'd like to limit and reserve one license for a specific webservice so i've set the
following parameter inside the as.xcf:
<POOL>
<START>1</START>
<MIN_AVAILABLE>1</MIN_AVAILABLE>
<MAX_AVAILABLE>1</MAX_AVAILABLE>
</POOL>
I expected that after a re-start of Apache(+fastcgidispatch+gwsproxy) one license was
immediatly "consumed" by my webservices "bringing up" the relative 42r (by the START options)
wich is the right way to reserve/limit a license to a specific webservices ?
thanks