How would you pass Data (objects) from one process to another that are NOT running simultaniously but in sequentially WITHOUT the use of a database or a file in between?


process 1 starts
..... ----->
process 1 ends |
|
+===================+
| Data object |
+===================+
|
process 2 starts |
.... <------
process 2 ends