...
Code Block | ||
---|---|---|
| ||
<configuration> [...] <appSettings> [...] <!-- Before a Windows Session logoff the client can try to sync its latest changes to the server. A user might "kill" the application, so this is "Best Effort" and might not work depending on the user action. --> <add key="TrySyncOnLogOff" value="true" /> [...] </appSettings> [...] </configuration> |
...
Option: UseLazyLoadingCache
The UseLazyLoadingCache
setting in the "primedocs.exe.config" file puts the client in an alternative mode so that binary data from templates and snippets are only loaded when they are used. This option can be particularly useful in terminal server environments to enable a quick initial start.
Warning |
---|
WARNING |
This setting can be adjusted in the Setup via a parameter. The advantages and disadvantages are explained in more detail here: Synchronization
...
primedocs Cache
In a Load Balanced terminal server environment, it must be ensured that each primedocs client has exclusive access to the cache. This can be ensured by properly deploying the cache folder. Optionally, the primedocs client can be excluded from Active State monitoring in the terminal server.
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
CAUTION |