C++ Interactive Daemon

Jul 16, 2011 at 6:05am
I need to write C++ Interactive Daemon which can do following.

- Read big file ( approx 170 MB ) and keep in memory
- Give access to other processes to read loaded file inmemory

I am not sure how to go ahead with this , is it possible to share memory space across processes?

Can anyone give some examples or pointer how to do this.
Topic archived. No new replies allowed.