How to tell if MiServer is in active use
Posted: Mon Sep 21, 2020 1:46 pm
Currently, I have a MiServer project (called "Hex") being hosted on my home PC.
In the Dyalog session running MiServer (version 3.1.1661) I put out a message when somebody start running "Hex", and when the HTML and data files are sent to the user's browser.
"Hex" uses AJax (via APLJax) to communicate between my PC and the user's browser. At times, in excess of 6 messages a second are being transferred, so it is NOT appropriate to write to the APL session log each time this a message is sent.
From the Dyalog APL session, is there any way to see how many ACTIVE MiServer "Hex" sessions are (still) active or when the last message in each session was sent?
How can I tell that there are no more active Hex sessions running?
In the Dyalog session running MiServer (version 3.1.1661) I put out a message when somebody start running "Hex", and when the HTML and data files are sent to the user's browser.
"Hex" uses AJax (via APLJax) to communicate between my PC and the user's browser. At times, in excess of 6 messages a second are being transferred, so it is NOT appropriate to write to the APL session log each time this a message is sent.
From the Dyalog APL session, is there any way to see how many ACTIVE MiServer "Hex" sessions are (still) active or when the last message in each session was sent?
How can I tell that there are no more active Hex sessions running?