Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ALF/CommonServices/Storage"

 
Line 1: Line 1:
 
[http://wiki.eclipse.org/index.php/ALF ALF Wiki Home]
 
[http://wiki.eclipse.org/index.php/ALF ALF Wiki Home]
 +
== Introduction ==
 +
The purpose of this service is to provide a mechanism for temporarily but robustly storing files such that a file can be passed through an ALF application by reference and retrieved for use some time after its creation.  While the function of this service could be met using a networked file share that is commonly accessible, this service encapsulates the implementation providing amongst other things, the possibility of an intermediary to move the file between disjoint contexts.
 +
 +
 +
Note: I am not entirely convinced that this service is necessary and that a networked file share does not adequately meet the need in any real situation.

Revision as of 17:43, 14 September 2006

ALF Wiki Home

Introduction

The purpose of this service is to provide a mechanism for temporarily but robustly storing files such that a file can be passed through an ALF application by reference and retrieved for use some time after its creation. While the function of this service could be met using a networked file share that is commonly accessible, this service encapsulates the implementation providing amongst other things, the possibility of an intermediary to move the file between disjoint contexts.


Note: I am not entirely convinced that this service is necessary and that a networked file share does not adequately meet the need in any real situation.

Back to the top