Hi,
I have a little task.
Sometimes when I update infobase, I should notify users to save their work. So I need to communicate with opened sessions.
As example firstly thinking to AttachIdleHandler which will control is there any writed record which is suggested to show to user.
But this method I do not want to to use. It is meaningless to send request from client to server to control is there any new message.
Is there any simple way to realize this?