Hi,

I want to implement an accurate license managment for named user sessions.
So I execute

do $system.License.DeferUserIdentification(1)

at SYSTEM^%ZSTART to enable manual license slot logins.
I've got a own session object wich perform $system.License.Login(username)
at session startup and user identification.
Working so far.

At CALLIN^%ZSTART, LOGIN^%ZSTART and JOB^%ZSTART   I want to handle all
other connections which don't use my session object:

$system.License.Login(##class(%SYSTEM.Process).%OpenId($JOB).ClientNodeName)

This is working for terminals, but not for Studios. If  I open a Studio, the
login seems to be correct, but the Studio is very, very slow. So I think it
is waiting every 1000 lines for 15 seconds, which occur when no Login was
executed. I found this two values in Licensing chapter of the documentation.


Best regards,

Kristian.



Reply via email to