Page 1 of 1

Application::startApplicationWithParameter

Posted: Mon Jun 18, 2012 11:28 am
by davidmellow
Regarding Jade 6, does the process run by using Application::startApplicationWithParameter use another Jade process license? I have a situation where dozens of workstations in a laboratory need (sometimes) to be continuously receiving readings from Equipment, to be displayed on the form while the user is performing other tasks... an asynchronous thread handling this is the obvious way to go, but I am a bit loathe to double the number of licenses purely for this one task.

So, if my suspicions are correct and these processes do use licenses, any suggestions?

Regards
David

Re: Application::startApplicationWithParameter

Posted: Mon Jun 18, 2012 12:20 pm
by ghosttie
Yes it does use a process license.

Could you use a single server-side process to collect the reading for all users? Or use the main process that is showing the form to collect the readings? Or collect them in a non-JADE process?