Client messaging

Hello,

Two questions:

1. Does RemoteDB (or any package in Business Subscription) support client to client messaging. F. ex. can client send a message to all other connected clients that certain table was updated, so that they can refresh their grids?

2. For HTTPS transport - how does it work in RemoteDB? Do I need extra components to provide secure communication (like StreamSec II, or SecureBlackBox) or is it enough to include libeay32.dll and ssleay32.dll into .exe folder?

Thank you.
Zoran

Hello,


1. No. RemoteDB is not a generic-purpose communication library. It's intended for allowing database access from remote clients.

2. You don't even need libeay32.dll or any other extra dll. It uses the underlying operating system API, it's transparent.