Questions on RemoteDb

Hi, 

i'm using now Remotedb for a first little project (test) before using it on a project for Android and Ios Clients.
I note that there is now AutoApply that help us on "normal" dataset operations and Array DML management for heavy db operations.Well doned.
Is possible to have also CachedUpdates features, with related ApplyUpdates?
Very important and useful  for add another step into "transparent" migrate from local to remote. 
Another question:
in a heavy load scenario, i like that all server connection must be closed as soon as after quering; instead it seems that Remotedb leave open connections with a timeout.
For performance, there is a way for manage a dB pool connection?
For my test application I have used Devart Unidac; so I must manage "autoclose" connections and Pool connection directly in Db components?
Thanks in advance

Hi Stefano,

You can use TClientDataset for complex CachedUpdates operations. You can use TXDataset from RemoteDB to serve as a provider for the TClientDataset.
Yes, you can use autoclose to accomplish that. In this case the server-side UniDac component would just stay created, but disconnected.