S
Simon Webb
I am developing an application where I want to make sure it can only be run
on a single user basis. I will be splitting it FE / BE.
Is there a way I can make sure it can only be run on a single user basis. It
will be deployed in a situation where power cuts are guaranteed; so the
'lock' needs to be robust enough to cope with power cuts.
Ideally I want this property to be controlled and set in code.
Thanks in advace
Simon Webb
on a single user basis. I will be splitting it FE / BE.
Is there a way I can make sure it can only be run on a single user basis. It
will be deployed in a situation where power cuts are guaranteed; so the
'lock' needs to be robust enough to cope with power cuts.
Ideally I want this property to be controlled and set in code.
Thanks in advace
Simon Webb