Here is the scenario:
LCDS has been setup to connect to a MySQL database using FlashBuilder RDS and Fiber. Changes made within the Flex client application are correctly synchronized between all clients.
There is an existing system in place that makes direct inserts and updates to the same MySQL database. Those inserts and updates need to be propagated to all Flex client applications. Is it possible to have LCDS "watch" the database for inserts / updates and send those changes to all Flex clients?