[Malvern] Permissions and Securing Data

Keith Edmunds kae at midnighthax.com
Wed Jun 13 20:09:01 BST 2007


Hi Ian

> run the program a second time using a different data source, how would
> you go about this to ensure that the multiple copies of the application
> can't inadvertantly take data from one instance of the program and use
> it in another, or interfere with one another?

If you are running with a separate data source, why would one instance
take data from the other instance's data source? You are effectively
asking if compiling file1.c and file2.c run any risk of code from file1.c
ending up in the object code of file2 - it isn't going to happen (unless
I've misunderstood your question).

Keith



More information about the Malvern mailing list