coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Introduce an optional Cache that Deployers can use when deploying remote applications #324

Closed brianoliver closed 8 years ago

brianoliver commented 8 years ago

When the same application is launched multiple times on the same RemotePlatform, the deployers will typically deploy (copy) the same application binaries for each deployment into a separate temporary folder.

This is both time consuming and wasteful.

Instead Deployers should use a cache on the remote platform (by default), say in ~/.bedrock/cache to hold non SNAPSHOT files.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-324

brianoliver commented 8 years ago

Reported by @brianoliver

brianoliver commented 8 years ago

Duplicate of #320