|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 12 > 06 > Telegram_2023-12-06T14 |
2023-12-06T14:32:29
You can do the same with the IWMonitor. IWMonitor is triggered by the value of the WebApplication.Status.Value property.
The advantage of IWMonitor is that it relies on a lightweight lock-free communication protocol, which doesn't require session locking
2023-12-06T14:32:49
There are a couple of IWMonitor demos in our github repo
2023-12-06T14:36:16
this demo shows something similar,done with a IWMonitor component: type: link https://github.com/Atozed/IntraWeb/tree/master/15/Delphi/IWMonitor2