coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

RemotePlatform should cache common deployment artifacts #320

Open brianoliver opened 8 years ago

brianoliver commented 8 years ago

When deploying a number of processes to the same RemotePlatform, many/most of the deployed artifacts are the same files. It doesn't make sense to copy them individually for each application being launched. Instead we should be able to simply cache (use one copy) of common files.

eg: copy a common non-snapshot files into /tmp/oracle-bedrock/cache/ or in ~/.bedrock/cache

and then use the common files when establishing the classpath.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-320

brianoliver commented 8 years ago

Reported by @brianoliver