Four Js Development Tools Forum

Discussions by product => GAS and GBC => Topic started by: Daniele A. on January 15, 2014, 05:07:32 pm



Title: limit the number of instance of a webservices
Post by: Daniele A. on January 15, 2014, 05:07:32 pm
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


Title: Re: limit the number of instance of a webservices
Post by: Sisavanh S. on January 23, 2014, 03:00:20 pm
Hi,

It is a known issue:
22637 - Immediately start the number of DVM processes defined in the XCF <POOL><START> parameters

In 2.41, you needed to send a request in order to start the GWS server even if START>0.
It is now fixed in 2.50.

Best regards,