User bio
[679081]
London, UK
Member since Dec 15, 2015
Posts:
Replies:
FYI the most recent beta VSIXes of Server Manager and the ObjectScript extensions now do their best to end web sessions when they're exiting or restarting.
The relevant versions are v3.10.1-beta.2 and v3.0.2-beta.9 respectively.
A similar change in the Language Server extension is being prepared.
Current doc link is https://docs.intersystems.com/iris20251/csp/docbook/DocBook.UI.Page.cls?...
Open Exchange applications:
Certifications & Credly badges:



Global Masters badges:







Followers:
Following:
One way would be to add a check for the existence of a process-private global (PPG) node. Something like this:
lock +^TEMP("FOO"):0 //don't wait quit:'$test quit:$get(^||CRITSECT("FOO")) set ^||CRITSECT("FOO")=1 //critical section //... kill ^||CRITSECT("FOO") lock -^TEMP("FOO")