Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Advice on file location: (2 Items)
   
Advice on file location  
Have an architecture consisting of 3 (for now) processes: one monitoring external comms, one to process messages in/out 
another communicating to another device via serial port. I think that I want one "master" app to get started and then 
have it init the other processes which then create and join their own partitions, start threads etc. Question is where 
is the preferred file location to put these 4 processes; put the "master" one place & the others somewhere else? or does
 it really matter?

Thx
Re: Advice on file location  
> Question is where is the preferred 
> file location to put these 4 processes; put the "master" one place & the 
> others somewhere else? or does it really matter?
> 
> Thx

Hmm, available places where you could put something are described here under "Choice of filesystems" :

http://www.qnx.com/developers/docs/6.4.0/neutrino/building/overview.html

Jeevan