|
-
July 16th, 2009, 11:42 PM
#1
Passing data between 2 processes not run simultaniously
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|