Hi
May be simple question but want to understand the flow of a curl application.
Suppose a Curl application has been hosted at a site, which is using ...
1. source files (like *.scurl),
2. packages (like *.pcurl),
3. external packages (like CDK, WSDK) and
4. images (an "image" folder)
As per my understanding, those components (files, directories, packages, delegate-to) which are mentioned in the application's manifest.mcurl file, will be downloaded to the client's RTE (correct me if wrong). So, if its true then what happens when next time user runs that application later. Means will those components will be cached at client's m/c or again a fresh copy of all will be downloaded ?
WSDK's size is about approx 256KB and CDK's size is 1.59MB (deployed versions of both).
So will these components (approx 2MB) will be downloaded to client's RTE every time ?
Thank you
May be simple question but want to understand the flow of a curl application.
Suppose a Curl application has been hosted at a site, which is using ...
1. source files (like *.scurl),
2. packages (like *.pcurl),
3. external packages (like CDK, WSDK) and
4. images (an "image" folder)
As per my understanding, those components (files, directories, packages, delegate-to) which are mentioned in the application's manifest.mcurl file, will be downloaded to the client's RTE (correct me if wrong). So, if its true then what happens when next time user runs that application later. Means will those components will be cached at client's m/c or again a fresh copy of all will be downloaded ?
WSDK's size is about approx 256KB and CDK's size is 1.59MB (deployed versions of both).
So will these components (approx 2MB) will be downloaded to client's RTE every time ?
Thank you