Child pages
  • Databroadcasting
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Servoy uses intelligent technology to track and cache data that Servoy Clients use, lowering the load of the Servoy Application Server and on the back-end database.

The Servoy Application Server tracks which clients have what data cached and then broadcasts data changes to only those clients that have the old data cached.

The databroadcasting mechansim prevents users from seeing stale data. Incoming databroadcasts in Servoy Clients are automatically processed, without having developer having to write one line of code.

Servoy does provides the developer with an API to listen to incoming databroadcasts and invoke business logic based on the incoming broadcast or to send out databroadcasts when data used by multiple Servoy clients has been altered outside of Servoy.

Servoy also supports locking and transactions for the developer to take control of the entire data management. See the Programming Guide for more information.

  • No labels